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 services do you use to send email for small scale apps?

3 pointsby fvargasover 7 years ago
Services like Sendgrid and Mailgun offer free tiers up to a certain number of emails sent per month (about 10k). But beyond the free allotment, the cost of sending emails begins to add up, especially when running an app that doesn&#x27;t generate revenue.<p>How does the use of these, or similar, email services compare to using Gmail or Fastmail&#x27;s SMTP servers to send all your app&#x27;s emails, assuming they&#x27;re mostly transactional?<p>What other options do you recommend for sending transactional emails at small scale (0 - 50k &#x2F; month)?

2 comments

orliesaurusover 7 years ago
Amazon&#x27;s email service is extremely cheap [1]. I don&#x27;t think you can go cheaper than them?<p><a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;ses&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;ses&#x2F;</a>
评论 #16083754 未加载
jeremiahstoverover 7 years ago
I like MailGun (10k&#x2F;mo free) - if cost is a significant issue for larger volume why not do the work to send directly from your server?
评论 #16084061 未加载