jmail.SMTPMail 發email有錯
jmail.SMTPMail 錯誤 '8000ffff'
The message was undeliverable. All servers failed to receive the message
/topgloria/a/member/send.asp, 列21
Dim JMail,SendMail
Set JMail=Server.CreateObject("JMail.SMTPMail")
JMail.Logging=True
JMail.Charset="gb2312"
JMail.ContentType = "text/html"
JMail.ServerAddress="10.0.0.239"
JMail.Sender="hyj68@163.net"
JMail.Subject="您 好"
JMail.Body="how are you"
JMail.AddRecipient "lxd8789_cn@163.com"
JMail.Priority=3
JMail.Execute 此為列21
Set JMail=nothing
response.write"發送成功!"