使用nodemailer的時候,遇到一個問題,
{ [Error: unable to verify the first certificate] code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE' }
解決方法是在
nodemailer.createTransport的參數對象裡面加上, tls: {rejectUnauthorized: false}
使用nodemailer的時候,遇到一個問題,
{ [Error: unable to verify the first certificate] code: 'UNABLE_TO_VERIFY_LEAF_SIGNATURE' }
解決方法是在
nodemailer.createTransport的參數對象裡面加上, tls: {rejectUnauthorized: false}