WEB开发网
开发学院WEB开发ASP 用ASPMail组件实现E_mail自动反馈 阅读

用ASPMail组件实现E_mail自动反馈

 2001-01-05 10:56:41 来源:WEB开发网   
核心提示:-asp精品屋 探索者 www.asphouses.com转载请保留此条信息!-网页上E_mail自动反馈的asp程序示例如下:<%Set mailer = Server.CreateObject("ASPMAIL.ASPMailCtrl.1")recipient="接收者email
-------------------------------------
asp精品屋 探索者 www.asphouses.com
转载请保留此条信息!
-------------------------------------

网页上E_mail自动反馈的asp程序示例如下:

<%
Set mailer = Server.CreateObject("ASPMAIL.ASPMailCtrl.1") 

recipient="接收者email"

sender="发送者email"

subject="email的主题"

message="email的内容"

mailserver = "mail.drcnet.com.cn";

result = mailer.SendMail(mailserver, recipient, sender, subject, message)
%>



Tags:ASPMail 组件 实现

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接