msg.silent = false
msg.Logging = true
msg.Charset = "utf-8"
msg.ContentTransferEncoding="base64"
msg.MailServerUserName =sendmail '发件人邮箱
msg.MailServerPassword = smtppass '发件人密码
msg.From = sendmail '发件人
msg.FromName =mailname'
msg.AddRecipient tomail'收件人邮箱
msg.Subject = Subject '主题
msg.Body=ms_bdy
sendok=msg.Send (mailserver) 'smtp服务器地址
set msg = nothing 设置
msg.silent = ture
然后打印
msg.ErrorMessage
看看出错信息是什么,或者你现在能看到的出错信息是什么
[ 本帖最后由 MDaemonMVP 于 2009-2-20 14:04 编辑 ] jmail.Message 错误 '8000ffff'
The message was undeliverable. All servers failed to receive the message
/webadmin/inc/config.asp,行 481 结贴:这个问题虽然没有解决,但是给winwebmail 发了封邮件,他们回信让用他们的组建,测试果然可以,现在已经改用函数,用他们的方法了
页:
1
[2]
