• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

aspemail组件的应用

发布: 2007-6-30 18:56 | 作者: admin | 来源: | 查看: 17次 | 进入软件测试论坛讨论

领测软件测试网   sub sendMail(a_intID , a_strEmail)
      const c_strMailServer = "smtp.163.net"
      dim objConn,objRs,strSql
      dim strContent,strBody,strSubject,objEmail
          
      strBody = "<html><head>"
      strBody = strBody + "<meta HTTP-EQUIV=Content-Type content=text/html; charset=gb2312>"      
      strBody = strBody + "</head><body bgColor=#d2b48c>"
      strBody = strBody + "<a href=@#http://www.china-168.net/center/default.asp>" + "<img src=http://www.china-168.net/center/images/banner.gif border=0>" + "</a>"
      strBody = strBody + "<h3 style=@#FONT-SIZE: 15px@#>" + "请您确认" + "</h>" + vbcrlf
      strBody = strBody + "<p style=@#FONT-SIZE: 13px@#>" + "您好<a href=mailto:"&a_strEmail&">"&a_strEmail&"</a>" + "</td>" + vbcrlf
      strBody = strBody + "<p style=@#FONT-SIZE: 13px@#>" + "欢迎您订阅万里信息网邮件列表" +"</td>"
      strBody = strBody + "<p style=@#FONT-SIZE: 13px@#>" + "为了防止出现订阅错误,请您点击以下链接进行确认。谢谢!" + "</td>"
      strBody = strBody + "<p style=@#FONT-SIZE: 13px@#>" + "<a href=""http://www.china-168.net/EmailList/affirm.asp?Mode=MailList&content="&a_strEmail&""">" + "请点击这里,进行订阅确认" + "</a>"
      strBody = strBody + "<p style=@#FONT-SIZE: 13px@#><a href=http://www.china-168.net target=@#_blank@#>" + vbcrlf
      strBody = strBody + "<img src=http://www.china-168.net/images/logo.gif"
      strBody = strBody + " alt=@#更多信息尽在万里信息网@#></a><br>"
      strBody = strBody + "<p style=@#FONT-SIZE: 13px@#>" + "欢迎再次光临万里信息网!" + "</td>"
      strBody = strBody + "</body></html>"
      
      @#发送email
      on error resume next
      set objEmail = server.CreateObject("Persits.MailSender")       
      objEmail.Host = c_strMailServer
      objEmail.From = "jiabaoxu@163.net"
      objEmail.FromName = "china-168.net"
      objEmail.AddAddress a_strEmail
      objEmail.Subject = "订阅确认"
      objEmail.IsHTML = true
      objEmail.CharSet = "gb2312"
      objEmail.Body = strBody
      objEmail.Send
      
      @#检察错误
      if Err.number = 0 then   @#如果成功
         Response.Write ("<p align=center class=cn>为确保用户不被骚扰,我们将发出确认信,请访问信中的URL以确认登记</td>")
      else                    @#如果失败则显示出错原因
         Response.Write ("<p align=center class=cn>邮件发送出错,错误原因:<br>")
         Response.Write ("<font color=red>"&Err.Description&"</font></td>")
      end if   
      
      @#清场
      set objEmail = nothing
  end sub

使用该过程:
<%
.....

RTSEmail GuestMailID,""&email&""
.....

%>

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网