nodemailer / smtp-server

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

TLS doesn't work with Bun #199

Closed terion-name closed 9 months ago

terion-name commented 9 months ago

Figured out that #198 issue was because of Bun runtime.

Bun is very fast and convenient, so it would be great if nodemailer can be made compatible with it

andris9 commented 9 months ago

Bun does not fully support the Node.js TLS stack. Until Bun does not add full support to the tls module, there is no way to use this with Bun.