如何为征集的促销电子邮件提供 smtp 服务器?
我有一位客户需要向他的联系人发送一些直接邮件,这些邮件是从贸易展览等收集的。我正在考虑为他们提供一个基于网络的解决方案来发送直接邮件材料 - 然而这种解决方案总是面临一个重大困难将服务器列入黑名单。 我想知道对于如何维护这样的SMTP服务器有什么建议吗?
I have a customer who needs to send some direct mailing to his contacts which is being collected from trade shows etc. I am thinking about providing a web based solution for them on sending direct mailing material- however this kind of solution always face a major difficulty on having the server blacklisted. I would like to know if there is any suggestions on how to maintain such SMTP server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
而且,以防万一:
- 确保 SMTP 的 IP 地址与其他 SMTP 不同,这样万一出现故障,您仍然可以从其他帐户发送邮件!
And, just in case:
- Make sure the IP address of the SMTP is different from your other SMTPs, so in case something fail you're still able to send mails from other accounts!
除了服务器(只需设置 exim 或 postfix 以及一个用于发送新闻通讯的 Web 界面,并在 IP 地址不同于您自己的个人邮件服务器(甚至可能是不同的网络)的服务器上执行此操作)之外,您还可以希望您的使用条款和条件良好且严格,以便您可以取消任何对电子邮件有投诉的客户对系统的访问权限。 事实上,您可以强制要求发送的所有电子邮件都必须合法(例如,有效的取消订阅选项等)。
Aside from the server (just set up exim or postfix and a web interface to send newsletters from, and do this on a server with an IP address that is different from your own personal mail server (maybe even a different network)), you will want to get your terms and conditions of use nice and tight so that you can remove access to the systems from any customer that has complaints made about emailing. Indeed you can mandate that all emails sent must be lawful (e.g., unsubscription option that works, etc).
雅虎有一些批量邮件的最佳实践指南。 它们也是向其他邮件服务器发送邮件时需要遵循的良好通用最佳实践。
中找到它们
您可以在发送到 Yahoo! 的最佳实践 。 邮件
与 Yahoo 建立 SMTP 连接的指南! 邮件
Yahoo has some best practice guidelines for bulk mailing. They are also good general best practices to follow when sending mails to other mail servers also.
You can find them at
Best practices when sending to Yahoo! Mail
Guidelines for establishing SMTP connections to Yahoo! Mail