Nodemailer fails with Client network socket disconnected before... even locally
Hey,
I am trying to use
nodemailer
within deno (2.0.4), and I am unable to figure out why it doesn't work.
I made a minimal example (ethereal credentials specifically for this example):
This fails with Client network socket disconnected before secure TLS connection
was established
independent of the "secure" setting. If I run this same snipped with node, there is no problem.
Does somebody have an idea?
Best,
Kalle3 Replies
Could you please open an issue on Deno's GitHub? This seems like a bug in Deno
Sure. I'll do tomorrow as soon as I am on the pc
Thanks!