nodemailer / smtp-server

Create custom SMTP servers on the fly
Other
846 stars 145 forks source link

Unable to send mail,self signed certificate #115

Closed einsqing closed 5 years ago

einsqing commented 5 years ago

{ Error: self signed certificate at TLSSocket.onConnectSecure (_tls_wrap.js:1048:34) at TLSSocket.emit (events.js:182:13) at TLSSocket._finishInit (_tls_wrap.js:628:8) code: 'ESOCKET', command: 'CONN' }

AnoyingShulkerMC commented 5 years ago

Try in nodemailer tls:{rejectUnauthorized:false}