在SMTP模块配置中,我设置了以下字段:
SMTP Server: smtp.live.com
SMTP port:25
Use encrypted protocol: NO
在E-MAIL OPTIONS
中,
E-mail from address: myadress@hotmail.com
SEND TEST E-MAIL: myadress@hotmail.com.
但是,当我尝试使用下面的配置时,它给了我最后一行SMTP Error: Could not authenticate.
错误的详细信息:
SMTP Server: smtp.gmail.com
SMTP port:25
Use encrypted protocol: SSL
在E-MAIL OPTIONS
中,
E-mail from address: my_gmail_address
SEND TEST E-MAIL: my_another_address.
但是,当我使用端口80而不是25时,它给出了SMTP.live.com
的以下错误
SMTP -> ERROR: Failed to connect to server: Connection timed out (110) drupal 7
下面是gmail配置的屏幕截图。
发布于 2015-06-18 09:27:39
在SMTP Server: smtp.gmail.com
情况下,将端口号改为465或587,在SMTP Server: smtp.live.com
情况下,将端口号更改为587。
按:https://www.arclab.com/en/kb/email/list-of-smtp-and-pop3-servers-mailserver-list.html。
https://drupal.stackexchange.com/questions/162376
复制相似问题