1.jmail?源件??Դ??
jmail???Դ??
一段简单的JMAIL发送邮件代码:
<%
eemail="www@www.com"
txt="找回密码。"
set jmail = server.createobject("jmail.smtpmail")
jmail.serveraddress = "www.www.com" '指定发送邮件的码邮狂团源码商城服务器地址
jmail.addrecipient eemail '收件人地址
jmail.subject = "找回密码" '邮件主题
jmail.body = txt '邮件正文
jmail.contenttype ="text/html" '指定为html格式的邮件
jmail.sender = "web@www.com" '发件人
jmail.priority = 2 '优先级
jmail.execute
set jmail=nothing
%>
2024-11-25 11:30
2024-11-25 11:15
2024-11-25 10:17
2024-11-25 10:08
2024-11-25 10:08
2024-11-25 09:06