Jmail 发送邮件的例子1

Mr.zhuMr.zhu2025-08-16 00:30:17来源:拓尔思 (www.trs.com.cn)阅读:18

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


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

'参数说明
'Subject : 邮件标题
'MailAddress : 发件服务器的地址,如smtp.163.com
'Email : 收件人邮件地址
'Sender : 发件人姓名
'Content : 邮件内容
'Fromer : 发件人的邮件地址

Sub SendAction(subject, email, sender, content)
 Set JMail = Server.CreateObject("JMail.Message")
 JMail.Charset = "gb2312" ' 邮件字符集,默认为"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的例子
Dim strSubject,strEmail,strMailAdress,strSender,strContent,strFromer
strSubject = Request("title")
strContent = "用户Email:" & Request("From") & VbCrLf & "电话:" & Request("Tel") & VbCrLf & "内容:" & vbcrlf & Request("content")
strSender  = Request("Name")
strEmail = "anybody@163.com" '这是收信的地址,可以改为其它的邮箱
strMailAddress = "mail.yourdomain.com" '我司企业邮局地址,请使用 mail.您的域名
strMailUser  = "user@yourdomain.com" '我司企业邮局用户名
strMailPass  = "mailpassword" '邮局用户密码

Call SendAction (strSubject,strEmail,strSender,strContent)

%>

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


<%else%>
<style type="text/css">
<!--body { margin-top: 0px;margin-bottom: 0px;}td {
 font-size: 12px;
 text-decoration: none;}--></style>
<table width="500" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#666666">
<tr><td height="40" bgcolor="#E3E3E3"><div align="center">发邮件给我们</div></td></tr>
<tr><td background="images/formmail_r2_c1.gif"><table width="100%" height="296" border="0" align="center" cellpadding="1" cellspacing="1">
<form name="form" method="post" action="?action=send">
<tr bgcolor="#FFFFFF">
<td width="110" align="center"><div align="left">邮件主题(title)*</div></td>
<td width="288"><input name="title" type="text" id="title" size="22">
姓名(name)
<input name="name" type="text" id="name" size="8">
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td align="center"><div align="left">你的邮箱(mailaddress)*</div></td>
<td><input name="from" type="text" id="from" size="22">
电话(tel)
<input name="tel" type="text" id="tel" size="15"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="213" align="center"><div align="left">内容(content):*<br>
</div></td>
<td><textarea name="content" cols="50" rows="15"></textarea></td>
</tr>
<tr bgcolor="#FFFFFF">
<td> </td>
<td> <input type="submit" name="Submit" value="提交"></td></tr></form></table></td>
</tr></table>
<%end if%>

猜你想看

什么是古法手镯,与普通手镯有什么区别,值得花高价买吗
逆水寒手游时装价格一览 逆水寒手游时装价格详细内容介绍
北京十大著名旅游景点排行榜 北京最有名的旅游胜地有哪些
卧室隔音差怎么办?五种方法,告别吵闹的邻居,整晚好眠
太酷了!这将是中国最长的海岸线国道!|中国自驾地理
9月1日起定向使用,北京医保个人账户资金怎么用?
为何年轻人不去KTV了 老年人才爱去 去年仅注册100家
谁敢在东北开“电动爹”?
房贷被拒,购房者能退首付吗?还需要承担什么责任?
有些护肤真的很没有必要!全部都是在“无效护肤”
补缴10年的职工医疗保险,大约需要多少钱?
男人只需要经常用这三招折腾女人,那她再高冷也禁不住对你动情
如何预防乙流?专家们提出了最有效的预防手段。
我们为什么需要量子计算?
汽车主动悬挂--DCC自适应悬挂
万元级别的机械表,哪种颜色的表盘才是男人的心头好?
如何正确使用电动车充电器?
女性练瑜伽好还是“撸铁”好?几个小技巧,选出更适合自己的
幸存者偏差骗了你!吸烟长寿的真实概率
老车油耗高?教你解决方法

推荐站点