原本该资源是从CSDN上下载的,但是他提供的案例是不能运行的,有错误,总是会出现The message was undeliverable. All servers failed to receive the message的错误,我调试了很久,没能成功,后来我查看了网易对smtp的解释,知道smtp是需要认证的,根据这点,我再调试了一下,最后成功了!谢谢whoown提供的资源
首先,必须有错误继续进行的声明On Error Resume Next 然后尝试简历jmail实例: Dim JMail Set JMail=Server.CreateObject(“JMail.Message”) 对实例做出判断,如果组件没有安装成功,则没有创建实例: If JMail Is Nothing Then Response.Write “不支持” Else Response.Write “支持” End If 其他组件同样处理,非常简单了。 最好在global文件中处理,里面使用的
详细的错误信息如下:发送邮件出错:发件人webmaster58vip.com 收件人:webmaster58vip.com信息:The message was undeliverable. All servers failed to receive the message ClientLogging enabled: Client Remote Address: 219.150.228.130 .execute() { Trying server mail:smtp.58vip.com <