TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What solution do you use for sending transactional emails to your users?

3 点作者 manceraio超过 5 年前
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 条评论

mtmail超过 5 年前
<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>).
samna超过 5 年前
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.