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

4 TimCTRL 6 8/4/2025, 8:16:11 PM
All options, mailtrap, sendgrid, resend, etc, seem to have a good free tier, looking for some anecdotal opinions

Comments (6)

kevinsync · 2h 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

TimCTRL · 2h ago
Thanks, let me check this out
blkidx0703 · 2h ago
I use web3forms in my website, it's free and easy to use.
TimCTRL · 2h ago
Thanks! Although i'm looking for sending via an api call
mmarian · 2h ago
Been using AWS SES, dirt cheap and works like a charm.
TimCTRL · 2h ago
Thank you!