人人做人人澡人人爽欧美,国产主播一区二区,久久久精品五月天,羞羞视频在线观看免费

當前位置:蘿卜系統下載站 > 技術開發教程 > 詳細頁面

W3 Jmail 運用范例

W3 Jmail 運用范例

更新時間:2022-09-14 文章作者:未知 信息來源:網絡 閱讀次數:


<html>
<head>
<title>Confirmation </title>
<body>
<%

Set JMail = Server.CreateObject("JMail.SMTPMail")

' This is my local SMTP server
JMail.ServerAddress = "mail.yourdomain.com:25"

' This is me....
JMail.Sender = "myemail@mydomain.net"
JMail.Subject = "Here you go..."

' Get the recipients mailbox from a form (note the lack of a equal sign).
JMail.AddRecipient "mum@any.com"
JMail.AddRecipient "dad@some.com"

' The body property is both read and write.
' If you want to append text to the body you can
' use JMail.Body = JMail.Body & "Hello world!"
' or you can use JMail.AppendText "Hello World!"
' which in many cases is easier to use.
JMail.Body = "Here you go. Your request has been approved" &_
"and the program is attached to this message"


' 1 - highest priority (Urgent)
' 3 - normal
' 5 - lowest

JMail.Priority = 1

JMail.AddHeader "Originating-IP", Request.ServerVariables("REMOTE_ADDR")

' Must make sure that IUSR_???? has access to the following files.
JMail.AppendBodyFromFile "e:\mail\standard_footer.txt"
JMail.AddAttachment "e:\products\MyProduct.exe"

' Send it...
JMail.Execute

%>
<center>

An e-mail has been sent to your mailbox (<%=request.form("email")%>).

</center>
</body>
</html> (出處:熱點網絡)

溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統下載排行

網站地圖xml | 網站地圖html
主站蜘蛛池模板: 横山县| 苍南县| 同心县| 利川市| 唐海县| 南和县| 都匀市| 调兵山市| 隆子县| 秦安县| 和硕县| 镇康县| 塔城市| 岐山县| 吉首市| 福建省| 左贡县| 应城市| 宁国市| 太仆寺旗| 临城县| 周至县| 怀柔区| 隆安县| 司法| 江都市| 玛沁县| 岳西县| 丰都县| 长白| 彰化县| 古丈县| 邵阳市| 庆城县| 吴桥县| 通海县| 阿合奇县| 沐川县| 芷江| 蕉岭县| 灌阳县|