尝试使用smtp连接从outlook发送电子邮件。但是将错误视为无效登录。检查了outlook凭据及其工作正常。尝试使用authMethod作为PLAIN。
"
var transporter = nodemailer.createTransport({
主持人:' SMTP主机名',
端口:' xx',
auth:{user:' username',pass:' pass' },
secureConnection:false,
tls:{ciphers:' SSLv3' }
});
"