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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What (micro)service do you use to manage email and other messaging?

3 点作者 barryhennessy大约 3 年前
You have a system broken into components. Some custom built, some off-the-shelf. Any of them might need to send a message to a customer. How do you manage:<p>* Tracking (and auditing) who is receiving what messages.<p>* Let customers manage their preferred contact method.<p>* Manage templates and UI centrally (e.g. email templates).<p>* Track GDPR and consent.<p>* Block if consent has been revoked.<p>For example: a basic web app with a keycloak server to handle auth (registration&#x2F;password reset etc.). Keycloak has a simple smtp integration and hooks to customise templates. But, naturally enough, the web app needs to send emails too.<p>Is there a more scaleable way to manage consistency and tracking than &#x27;just do it manually&#x27;?

暂无评论

暂无评论