最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
附件:sendmail.asp
时间:2022-06-30 11:38:53 编辑:袖梨 来源:一聚教程网
<%@ LANGUAGE = "VBScript" %>
<%
If (Request.ServerVariables ("REQUEST_METHOD") = "POST") then
From = Request.Form("from")
To_ = Request.Form("to")
Subject = Request.Form("subject")
Body = Request.Form("body")
else
' Assume it is GET
From = Request.QueryString("from")
To_ = Request.QueryString("to")
Subject = Request.QueryString("subject")
Body = Request.QueryString("body")
end if
Set objNewMail = Server.CreateObject ("CDONTS.NewMail")
objNewMail.Send From, To_, Subject, Body
Set objNewMail = Nothing
Response.Write "Message was sent"
%>
相关文章
- 月圆之夜CCG中速树龙卡组玩法搭配 10-17
- 新三国志曹操传历战列传1-5顶分攻略 10-17
- 山海进化录霸主小磁石狩猎攻略分享 10-17
- 洛伊的移动要塞街机摇杆获取方法 10-17
- 不朽箴言不同商店优先购买推荐 10-17
- 新三国志曹操传定军山之战关卡攻略 10-17