摘要: ``` ail : { transport: 'SMTP', from: '"喵娘" ', // 姓名和发件人(邮箱) options: { host: 'smtp.qq.com', // 腾讯邮箱SMTP服务器地址,参考各邮箱的说明 secureConnection: true, // true就对了 port: 465, // 端口号,参考各邮箱的说明 auth: { user: '邮箱', 阅读全文
posted @ 2020-04-01 19:04 寒喵 阅读(215) 评论(0) 推荐(0)