标题:[求助]怎么又发不了邮件了
取消只看楼主
daring
Rank: 1
等 级:新手上路
帖 子:60
专家分:0
注 册:2006-7-12
 问题点数:0 回复次数:0 
[求助]怎么又发不了邮件了

<%
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 行


搜索更多相关主题的帖子: 邮件 
2007-04-13 12:02



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-131548-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.133249 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved