最新下载
热门教程
- 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"
%>
相关文章
- 比特币在108,000美元下方盘整,但目标仍瞄准115,000美元 07-02
- 神奇海洋7月2日今日答案2025 07-02
- 英雄联盟手游婕拉玩法指南 07-02
- 知识:如何玩转Blum并获得Blum空投?赚取BLUM币新手指南 07-02
- LazPad:为启动而生,为玩法而建 07-02
- 逆水寒白发梅梢暮雪外观如何获取 07-02