如何用ASP发送html格式的邮件?

 更新时间:2006年11月16日 00:00:00   作者:  

如何用ASP发送html格式的邮件?

<%

Dim objMail

Set objMail = CreateObject("CDONTS.Newmail")

objMail.TO = "sunchunliang@263.net"

objMail.From =shenzhaoyang@intels.net

objmail.Subject = "闪亮日子之html撼雪喷云"

objMail.MailFormat = cdoMailFormatMime

objMail.bodyFormat = cdobodyFormathtml

objMail.body = "内容"

objMail.send

set objMail = Nothing

%>

[1]

相关文章

最新评论