新微赢技术网
标题:
[求助]怎么又发不了邮件了
[打印本页]
作者:
顺其自然
时间:
2010-1-7 02:37
标题:
[求助]怎么又发不了邮件了
<%
Dim JMail
Set JMail = Server.CreateObject("JMail.Message")
JMail.Charset = "gb2312"
JMail.From = "zhenwangyi@126.com"
JMail.FromName = "zhenwangyi"
JMail.Subject = "你好"
JMail.MailServerUserName = "zhenwangyi"
JMail.MailServerPassword = "daringg"
JMail.AddRecipient("zhenwangyi@126.com")
JMail.Body = "我们"
JMail.Send("smtp.126.com")
JMail.Close()
Set JMail = Nothing
if err.number<>0 then
response.write "发送发送失败!"
else
response.write "邮件发送成功!"
end if
%>
错误类型:
jmail.Message (0x8000FFFF)
The message was undeliverable. All servers failed to receive the message
/2.asp, 第 12 行
作者:
dongdg
时间:
2010-1-13 14:05
★:不回不行了,因为LZ太有才了。
作者:
tony仔
时间:
2010-2-26 15:05
感觉好像在哪里看过了,汗~
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2