SaaS SMTP 邮件路由

发布于 2024-11-30 14:47:32 字数 216 浏览 0 评论 0原文

邮件路由是 SaaS 应用程序的一个重要方面。维护高吞吐量的电子邮件基础设施(防止垃圾邮件、灰/白/黑名单等)相当复杂。我们正在构建一个 B2B SaaS 应用程序,我们的客户将使用该应用程序向其客户发送邮件(仅限出站)。我们希望通过外包邮件来保持基础设施的精简。我们正在寻找发送 SMTP 出站邮件的最佳方式,而无需担心黑名单/吞吐量等问题?您可以推荐任何第三方来让我们的 Php 程序可以插入和路由邮件吗?请指教。

Mail routing is an important aspect of a SaaS application. Maintaining a high throughput email infrastructure (prevent spamming, grey/white/black listing etc) is quite complex. We are building a B2B SaaS app which will be used by our clients to send mails to their clients (outbound only). We want to keep our infrastructure thin by outsourcing mail. We are looking at the best way to send SMTP outbound mails without worrying about blacklisting / throughput and such ? Any 3rd parties you can recommend that our Php program can plug-in and route mails ? Pls advise.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦忆晨望 2024-12-07 14:47:32

AWS 提供了简单电子邮件服务,该服务将提供帮助并包含 PHP SDK。

http://aws.amazon.com/ses/faqs/

AWS provides a Simple Email Service which will help and includes PHP SDK.

http://aws.amazon.com/ses/faqs/

左秋 2024-12-07 14:47:32

看一下Port25的软件,名为“PowerMTA”。这可能就是您所需要的。
或者,如果您希望将其作为一项服务,这里有一个对最流行选项的很好的比较:http://blog.ombud.com/2012/05/21/price-comparison-transactional-email-delivery

Look at Port25's software named "PowerMTA". It may be what you need.
Or if you want it as a service here's a good comparison of most popular options: http://blog.ombud.com/2012/05/21/price-comparison-transactional-email-delivery

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文