【Vegas原创】asp/html页面作为邮件正文发送

 asp/html页面作为邮件正文发送的最快方法,就是把整个网页代码写成一个字符串,在发送邮件的时候把此字符串作为邮件正文发出去。

     <%      
  TimeNow 
=   FormatDateTime ( Time , 4 )
  
If  (TimeNow  <   " 08:00 " Then
  yesterday
= date - 2
  
else
  yesterday
= date - 1
  
End   if
'...

        
dim  strBody
        strBody
= ""
strBody
= strBody + " <meta http-equiv='Content-Type' content='text/html; charset=GB2312'> "
strBody
= strBody + "         <style type='text/css'> <!-- body { margin-left: 1cm; } "
strBody
= strBody + "     .style2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px} "
strBody
= strBody + "     .style3 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; } "
strBody
= strBody + "     .style4 {font-family: Arial, Helvetica, sans-serif} "
strBody
= strBody + "     .style7 {font-family: Arial, Helvetica, sans-serif; color: #FF0000; font-weight: bold; } "
strBody
= strBody + "     .style8 { color: #003399; font-weight: bold; } "
strBody
= strBody + "     .style9 {font-family: Arial, Helvetica, sans-serif; color: #003399; } "
strBody
= strBody + "     .style10 {font-weight: bold} "
strBody
= strBody + "     .style11 { color: #333333; font-weight: bold; } "
strBody
= strBody + "     .style13 {font-family: Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; } "
strBody
= strBody + "     .style14 { color: #000000; font-weight: bold; } "
strBody
= strBody + "     .style18 {font-family: Arial, Helvetica, sans-serif; color: #003399; font-weight: bold; } "
strBody
= strBody + "     --></style> "


strBody
= strBody + "             <table> "  
'  ...
    strBody = strBody + "         </tr> "
    strBody
= strBody + "     </table> "
    
        Response.Write strBody

'
'
发送mail
        path = Server.MapPath( " Temp\Summary.xls " )
        
set  mail = CreateObject ( " jmail.Message " )     
        mail.Charset 
= " gb2312 "  
        mail.From 
= " ** "           ' from
        mail.FromName = " KPI Daily Reporting~~  "
 
        mail.AddRecipient  " ** "    ' to
     '     mail.MailDomain="mx.hichina.com"              
     '     mail.MailServerUserName = "test@hichina.com" 
     '     mail.MailServerPassWord = "*****"     
        mail.subject = Subject 
          mail.HTMLBody
=  strBody
        mail.AddAttachment(path)
'         On Error Resume Next 
        mail.Send( "" )   ' smtp server 
        mail.close() 
        
set  mail = nothing  
        response.write  
date   & " 发送成功 "  

%>
</ body >
</ html >



 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值