%
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]
上一篇:如何使用表單發送電子郵件?
下一篇:如何用ASP發送帶附件的郵件?