最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
在ASP中用EasyMailObject组件处理Exchange邮件源代码---发送邮件(p_sen
时间:2022-06-30 11:38:19 编辑:袖梨 来源:一聚教程网
<%@ Language=VBScript %>
<%
'*************************************
'这个文件用来发送邮件
'作者:awayeah
'邮箱:[email protected]
'*************************************
if session("straccount")="" or session("strpassword")="" then
Response.End
end if
%>
>
<% Set SMTP = CreateObject("EasyMail.SMTP.5")
SMTP.LicenseKey = "awa/S19I500R1AX30C0R3100"
SMTP.MailServer = "192.9.200.89"
SMTP.Subject = Request.Form("subject")
SMTP.BodyText = Request.Form("bodytext")
SMTP.From = Request.Form("from")
SMTP.FromAddr = Request.Form("fromaddr")
SMTP.AddRecipient Request.Form("from"), Request.Form("receive1") , 1
'添加附件
if Request.Form("att")="" then
Response.Write ""
else
x = SMTP.AddAttachment(Request.Form("att"), 0)
If Not x = 0 Then
Response.Write "插入附件错误: " + cstr(x) + "请与管理员联系。"
End If
end if
x = SMTP.Send
<%
'*************************************
'这个文件用来发送邮件
'作者:awayeah
'邮箱:[email protected]
'*************************************
if session("straccount")="" or session("strpassword")="" then
Response.End
end if
%>
>
<% Set SMTP = CreateObject("EasyMail.SMTP.5")
SMTP.LicenseKey = "awa/S19I500R1AX30C0R3100"
SMTP.MailServer = "192.9.200.89"
SMTP.Subject = Request.Form("subject")
SMTP.BodyText = Request.Form("bodytext")
SMTP.From = Request.Form("from")
SMTP.FromAddr = Request.Form("fromaddr")
SMTP.AddRecipient Request.Form("from"), Request.Form("receive1") , 1
'添加附件
if Request.Form("att")="" then
Response.Write ""
else
x = SMTP.AddAttachment(Request.Form("att"), 0)
If Not x = 0 Then
Response.Write "插入附件错误: " + cstr(x) + "请与管理员联系。"
End If
end if
x = SMTP.Send
相关文章
- 胖企鹅(Pudgy Penguins)与NASCAR合作开拓新受众 06-16
- 《女神异闻录:夜幕魅影》新手开局组队建议分享 06-16
- 《交错战线》单核推条队阵容怎么搭配 06-16
- 《重构:阿塔提斯》缇尼娅芯片有哪些搭配思路 06-16
- 《白荆回廊》三角混搭队最强搭配指南 06-16
- CUDIS币注册教程-2025币安交易所账号全攻略 06-16