首页 相关文章 W3 Jmail 使用范例

W3 Jmail 使用范例





Confirmation

<%

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"
...[ 查看全文 ]

2016-01-29 标签:

W3 Jmail 使用范例的相关文章

手机页面
收藏网站 回到头部