jmail 

常用Email组件发送函数

<% sub jmail(email) dim jmail,sendmail set jmail=server.createobject("jmail.smtpmail") jmail.logging=true jmail.charset="gb2312" jmail.contenttype = "text/html" jmail.serveraddress=smtpserver jmail.sender=systememail jmail.subject=topic jmail.body=mailbody jmail.addrecipient e...