tlssock._start is not a function
when trying to use nodemailer
#3035
Labels
bug
Something isn't working
tlssock._start is not a function
when trying to use nodemailer
#3035
Describe the bug
I'm trying to use
nodemailer
for an email service.createTransport
works but if I try to calltransport.sendMail
. I receive the Error:Error initiating TLS - tlssock._start is not a function
.It looks like it happens in nodemailer when it tries to upgrade the connection in
_upgradeConnection
. In there it is callingtls.connect
wheretls
is the native node module.So it looks like the
_start
function is not polyfilledSteps to Reproduce
Expected behavior
I would expect
sendMail
to correctly work as expected in nodeEnvironment
The text was updated successfully, but these errors were encountered: