问题描述
您好,我已经尝试了本文中提到的所有内容,但没有通过电子邮件发送到我自己的电子邮件地址。我试过这些服务器。我使用我的电子邮件地址作为收件人,向我自己的电子邮件地址发送电子邮件
1. mail.google.com端口25
2. smtp.gmail.com端口25
3. mail.google.com端口465
4. smtp.gmail.com端口465
[]
日志报告:
邮件可以由于邮件服务器故障,不会发送给收件人。 (使用帐户2发送邮件(2014-07-10T07:46:10)。异常消息:无法连接到邮件服务器。(连接尝试失败,因为连接方在一段时间后没有正确响应,或建立连接失败,因为连接的主机无法响应173.194.117.117:25)。)
是的,实际上Gmail工作在端口 587
Hi there, I have tried everything mentioned in this article but failed to email to my own email address. I have tried these servers. I am sending an email to my own email address using my email address as recipient.
1. mail.google.com port 25
2. smtp.gmail.com port 25
3. mail.google.com port 465
4. smtp.gmail.com port 465
SQL SERVER - 2008 - Configure Database Mail - Send Email From SQL Database[^]
log report :
The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 2 (2014-07-10T07:46:10). Exception Message: Could not connect to mail server. (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 173.194.117.117:25). )
Yes, actually Gmail works on port 587
.
这篇关于电子邮件发送失败。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!