用ASPMail组件实现E_mail自动反馈
2018-09-06 11:37
阅读:470
-------------------------------------
转载请保留此条信息!
-------------------------------------
网页上E_mail自动反馈的asp程序示例如下:
<%
Set mailer = Server.CreateObject(ASPMAIL.ASPMailCtrl.1)
recipient=接收者email
sender=发送者email
subject=email的主题
message=email的内容
result = mailer.SendMail(mailserver, recipient, sender, subject, message)
%>
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:用ASPMail组件实现E_mail自动反馈
文章链接:http://soscw.com/index.php/essay/9558.html
文章标题:用ASPMail组件实现E_mail自动反馈
文章链接:http://soscw.com/index.php/essay/9558.html
评论
亲,登录后才可以留言!