TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What reliable SMTP service to use for low volume emails (~500 p/m)

1 pointsby glenscott1over 6 years ago
I am currently using SendGrid, but the deliverability of messages is around 85%. It seems that if you use their free plan, the IP addresses used are shared between other free users and that opens up the possibility of abuse that affects all other free users.<p>Is there an alternative solution that gives close to 100% deliverability? (paid or free).

1 comment

stef25over 6 years ago
Amazon SES works well for me, you could probably use gmail SMTP as well (seems limited to 99 emails &#x2F; day).<p><a href="https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tutorials&#x2F;how-to-use-google-s-smtp-server" rel="nofollow">https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tutorials&#x2F;how-to-use-...</a>