如何用asp的jmail發郵件?- 企業郵局問題,虛拟主機域名注冊-常見問題,虛拟主機,網頁制作,域名注冊,主機,企業郵局,主頁空間,個人主頁,網絡實名,主機托管,網站建設,域名">
  虛拟主機域名注冊-常見問題企業郵局問題 → 郵局問題


如(rú)何用asp的jmail發郵件?
作者:

JMail 組件

Dimac 公司的郵件收發組件,這是一個非常成熟和強大(dà)的郵件組件。它不西秒(bù)但可以完成發郵件的工(gōng)作,還可以但理POP收信,并支持收發郵件時(shí)的PGP加密,内置一個群發郵件新地的對象,可以使群發編程更簡單。

即使是很多其他(tā)組件也都能完成的發郵件功能,JMail 的弟用完成也可以稱得(de)上最出色的,除了常見的抄送暗(àn)送等多收草湖件人功能外,它還支持添加嵌入式圖片附件,并且可以從URL讀取文件作為(wè笑路i)附件。

JMail 的免費版本擁有全部完成的發郵件功能,隻在技購收郵件和加密郵件等我們(men)不(bù)常用到的方面進行了限制。

免費版下載 | V4中文手冊下載(PDF) | Smtpmail對象中文參考下載(PDF) | 官方網站 www.dimac.net
(注意,PDF電子(zǐ)文檔,使用Adobe Acrobat Rea影知der閱讀。)

以下是在asp程序中調用jmail組件在線日人發送郵件的例子(zǐ):

<meta http-equiv=睡市"Content-Type" content=錯中"text/html; charset=gb2312">

<%if request("action自事")="send" then%>
<%

'參數說(shuō)明
'Subject : 郵件标題
'MailAddress : 發件服務器(器土qì)的地址,如(rú)smtp.163.com
'Email : 收件人郵件地址
'Sender : 發件人姓名
'Content : 郵件内容
'Fromer : 發件人的郵件地址

Sub SendAction(subject, email, sende電木r, content)
Set JMail = Server.CreateObject("JMai海照l.Message")
JMail.Charset = "gb2312" ' 郵件字符集,默認為(司內wèi)"US-ASCII"
JMail.From = strMailUser ' 發送者兵不地址
JMail.FromName = sender' 發送者姓名
JMail.Subject =subject
JMail.MailServerUserName = strMailUser'我鄉 身份驗證的用戶名
JMail.MailServerPassword 門你= strMailPass ' 身份驗證的密碼
JMail.Priority = 3
JMail.AddRecipient(email)
JMail.Body = content劇店
JMail.Send(strMailAddress)
End Sub

'調用此Sub的例子(zǐ)
Dim strSubject,strEmail,strMai男姐lAdress,strSender,strContent,strF信制romer
strSubject = Request("title")
strContent = "用戶Email:" &黑少 Request("From") &視友 VbCrLf & "電話:" & Req海藍uest("Tel") & VbCrLf & "了舞内容:" & vbcrlf &土快; Request("content")
strSender = Request("Name")
strEmail = "anybody@163.com" '這是收信的地址,可化朋以改為(wèi)其它的郵箱
strMailAddress = "mail.y女快ourdomain.com" '我司企業郵局地址,請使用 mail飛年.您的域名
strMailUser = "user@yourdomain.com" '謝國我司企業郵局用戶名
strMailPass = "mailpas嗎照sword" '郵局用戶密碼

Call SendAction (strSu事綠bject,strEmail,strSender,strContent)

%>

<script language="javascript">
alert('恭喜您,發送成功!');
history.back();
</script>


<%else%>
<style type="text/css">
<!--body { margin-top: 0px;mar道下gin-bottom: 0px;}td {
font-size: 12px;
text-decoration: none;}--&g物通t;</style>
<table width="500" border嗎近="0" align="center" 的人cellpadding="1" cellspacing="1" bgco件遠lor="#666666">
<tr><td height=在短"40" bgcolor="#E3E3E3">&l熱公t;div align="center">發郵自現件給我們(men)</div>&l說村t;/td></tr>
<tr><td backgro了相und="images/formmail_r2_c媽老1.gif"><table width="10行兒0%" height="296" border=時船"0" align="center" c跳業ellpadding="1" cellspacing="看人1">
<form name="form" method="post廠自" action="?action=send">
<tr bgcolor="#FFFFFF">
<td width="110" align="cen風路ter"><div align="lef事子t">郵件主題(title)*<女明;/div></td>
<td width="288"><in熱家put name="title" type=他章"text" id="title" size="22">錢上
姓名(name)
<input name="name" type="t那日ext" id="name" size="8">
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center"><div al黃舞ign="left">你的郵箱(mailadd下公ress)*</div></td&g兒河t;
<td><input na飛費me="from" type="text" i答請d="from" size="22">
電話(tel)
<input name="tel" type="text" i和木d="tel" size="15">&路月lt;/td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="213" align="報森center"><div al謝還ign="left">内容(content):*&她還lt;br>
</div></td>
<td><textarea 靜她name="content" cols="50" 理子rows="15"></textarea&g可離t;</td>
</tr>
<tr bgcolor="#FFFF間快FF">
<td> </td>
<td> <input 家要type="submit" name="Sub個老mit" value="提交"></td></tr></樹吧form></table></td>
</tr></table上東>
<%end if%>

詳情請下載演示文檔:
http://www.myhostadmin.net/formjm月器ail.rar



來源:
閱讀:44036
日期:2005-09-26

【 雙擊滾屏 】 【 推薦朋友 】 【 收藏 】 【 打印 】 【 關閉 】 【 字體:大(dà) 】 
上一篇:遇到“服務器(qì)内部錯(cuò)誤”/http500物制怎麼辦?
下一篇:如(rú)何連接mysql數據庫?
  >> 相關文章