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 solution do you use for sending transactional emails to your users?

3 pointsby manceraioover 5 years ago
I always use Mailgun + Laravel Notification system. I write the email templates with Markdown or Blade.<p>How do you implement your transactional email system if you use other languages&#x2F;frameworks?

2 comments

mtmailover 5 years ago
<a href="https:&#x2F;&#x2F;postmarkapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;postmarkapp.com&#x2F;</a> who do only transactional emails and there&#x27;s no free plan. The account isn&#x27;t even complete setup until you&#x27;ve send an email via their API and a customer service person has reviewed your setup. It&#x27;s extra steps but we found their delivery rates better than sendgrid&#x2F;mailgun in the past. We have the email templates in our Ruby framework (Rails) with some inline CSS (based on <a href="https:&#x2F;&#x2F;github.com&#x2F;mailgun&#x2F;transactional-email-templates" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mailgun&#x2F;transactional-email-templates</a>).
samnaover 5 years ago
We use AWS SES via the <a href="https:&#x2F;&#x2F;www.sendwithses.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sendwithses.com&#x2F;</a> wrapper.