登录无效:502 Command" AUTH PLAIN XXxxxx"未实现

时间:2018-05-21 04:20:52

标签: email nodemailer

尝试使用smtp连接从outlook发送电子邮件。但是将错误视为无效登录。检查了outlook凭据及其工作正常。尝试使用authMethod作为PLAIN。

"
var transporter = nodemailer.createTransport({     主持人:' SMTP主机名',     端口:' xx',     auth:{user:' username',pass:' pass' },     secureConnection:false,     tls:{ciphers:' SSLv3' } });   "

0 个答案:

没有答案