Ask HN: What service should I use to send email from my Node.js application?

TimCTRL | 4 points

None. Just use SMTP. Any email provider can handle thousands of emails without issues. Only if you need to send 60k newsletters at once are these emailing services useful.

gethly | 5 hours ago

Recommended it before in other threads, I'm a big fan of CloudMailin [0] -- they've got some great inbound and outbound services, generous free tier, very simple integrations, useful and reliable dashboard. I've used SES, SendGrid, MailGun, Hive, Klaviyo, etc, but at the end of the day had an overall easier, better, more enjoyable experience with the bare simplicity of CloudMailin.

[0] https://www.cloudmailin.com/outbound

kevinsync | 2 days ago

I use web3forms in my website, it's free and easy to use.

blkidx0703 | 2 days ago

Been using AWS SES, dirt cheap and works like a charm.

mmarian | 2 days ago

mostly used aws ses and resend

sama004 | a day ago

Brevo.

chistev | a day ago

learn how to read a manual and use sendmail.

you only need dns and spf txt entries. unless you're a spammer.

1oooqooq | 11 hours ago