需要新闻通讯实施的建议

发布于 2024-11-14 08:27:45 字数 487 浏览 11 评论 0原文

我想询问有关时事通讯实施的问题。

我们想要开发网络应用程序,该网站的内容可以根据订阅会员资格供人们订阅。 黄金级、高级级和白银级。 我们估计有 700 名黄金级订阅者500 名高级版 订阅者和 300 名银牌 订阅者。订阅者总数为 1500 名。该时事通讯将每天早上通过电子邮件发送给每个订阅者。我们将拥有自己的电子邮件服务器用于邮件传送,并且可能会使用 Java 和 .NET 开发。

我的问题是:

  1. 我们的服务器中是否可以只安装单独的服务,比如 Windows 服务或 Linux 服务来为每个订阅者发送新闻通讯?
  2. 我将迭代每个订阅者,并根据订阅类型一一发送新闻通讯。有什么问题吗?
  3. 我是否需要第三方邮件管理器,例如 Mailman 或 mailchimp ?

提前致谢。

I want to ask about newsletter implementation.

We want to develop web application, the content for this website can be subscribe by people based on subscription membership. Gold, Premium and Silver.
Our estimation there are 700 Gold Subscribers, 500 Premium Subscribers, and 300 Silver subscribers. Total is 1500 subscribers. The newsletter will be sent every day in the morning to each subscriber via email. We will have our own email server for mail delivery, and may be It will developed using Java and .NET .

My Question are :

  1. Can we only have separate service installed in our server, let say windows service or linux service to send newsletter for each subscribers ?
  2. I will iterate each subscribers and send the newsletter one by one based on subscription type. is there something issue ?
  3. Do I need third party mail manager such as Mailman or mailchimp ?

Thanks in advance.

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

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

发布评论

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

评论(1

我们只是彼此的过ke 2024-11-21 08:27:45
  1. 是的,这是完全可行的。
  2. 您如何处理退回邮件?您如何处理取消订阅?如何处理重试但不重复发送一条消息?
  3. Mailchimp 很好,而且对于您的批量(我相信最多 2000 个订阅者)来说它是免费的。如果您想要更底层的东西,我建议使用 Postmark、SendGrid 或 Amazon SES。
  1. Yes, this is perfectly doable
  2. How do you handle bounces? How do you handle unsubscriptions? How do you handle retries but not send one message repeatedly?
  3. Mailchimp is nice and it will be free for your volumes (up to 2000 subscribers, I believe). If you want something more low-level, I'd suggest going with Postmark, SendGrid or Amazon SES.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文