EC-Nordbund / denomailer

A SMTP-Client implementation for deno (to send mails!)
https://deno.land/x/denomailer
MIT License
50 stars 16 forks source link

[Anncouncement] Future of denomailer #72

Open mathe42 opened 1 year ago

mathe42 commented 1 year ago

Hey everyone,

I'm currently quite bussy (beside normal work too many other projects) so maintaining denomailer in a good way is currently not possible. Also I'm not happy that STARTTLS is currently broken and I have no time to fix that :( - currently the best version to use is 1.4!

Nodemailer is a package vor nodejs that is quite tested and really good but deno currently is not able to run it as it has problems with tls: https://github.com/denoland/deno/issues/17842.

As soon as that is fixed I see no reason to maintain denomailer. - If someone else is interested in maintaining this feel free to fork it or if you want to keep the namespace denomailer contact me.

timonson commented 8 months ago

Does anybody maintain a fork?

mathe42 commented 8 months ago

It looks like deno can run nodemailer now.

kuhiga commented 8 months ago

It works for me locally but on Deno deploy I get tls issues. Does anyone have a working example of using smtp to send emails on deno deploy?

mathe42 commented 8 months ago

Deno Deploys blocks the default SMTP ports... That is not an issue with denomailer / nodemailer...