我发jmail的时候怎么出现这样的问题,请高手指教啊

iamcarlchen 2005-11-30 01:16:23
The message was undeliverable. All servers failed to receive the message
ClientLogging enabled: Client Remote Address: unknown
.execute()
{
Trying server mail:smtp.126.com
smtp.126.com failed with the message: "WSAGetLastError() returned 10053, Software caused connection abort"
No socket for server. ConnectToServer()
1 of 1 servers failed
}

要怎么解决,请高手指教啊
是不是端口封了,如果封了发邮件的端口,怎么才能使这个端口开放呢?
...全文
94 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
尚和空四 2005-11-30
  • 打赏
  • 举报
回复
set JMail = server.CreateObject("JMail.SMTPMail")
JMail.Logging = True
JMail.serverAddress = "192.168.0.95:26"
JMail.charset = "gb2312"
JMail.contentType = "text/html"
JMail.Sender = "sss@sina.com"
JMail.senderName = "客户服务系统"
JMail.subject = "请速下载"
JMail.AddRecipient("xxx@sina.com")
JMail.body = "请速下载"
JMail.Priority = 1
JMail.execute
response.Write("成功发送")
set JMail = nothing

28,406

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧