一、安裝nodemailer
var smtpTransport = nodemailer.createTransport("SMTP",{
host: "smtp.qq.com", // 主機
secureConnection: truesmtp.qq.com", // 主機
secureConnection: truesmtp.q使用SSL
port: 465, // SMTP 連接埠
auth: {
user: "xxxxxx@qq.com", // 帳號
pass: "qq.com", // 帳號
pass: "qq.com", // 帳號
// 設定郵件內容
var mailOptions = {
from: "Fred Foo
to: "2838890xx@qq.com, minimixx @126.com", // 收件名單
subject: "Hello world", // 標題
html: "thanks a for visiting! 世界,你好! html 內容
// 寄信
smtpTransport.sendMail(mailOptions, function(error, response){
if(error){
console.log(error);
}
console.log("Message sent: " response.message);
}
smtpTransport.close(); // 若沒用,關閉連線池
data: '454 Authentication failed, please