需要新闻通讯实施的建议
我想询问有关时事通讯实施的问题。
我们想要开发网络应用程序,该网站的内容可以根据订阅会员资格供人们订阅。 黄金级、高级级和白银级
。 我们估计有 700 名黄金级订阅者
、500 名高级版
订阅者和 300 名银牌
订阅者。订阅者总数为 1500 名。该时事通讯将每天早上通过电子邮件发送给每个订阅者。我们将拥有自己的电子邮件服务器用于邮件传送,并且可能会使用 Java 和 .NET 开发。
我的问题是:
- 我们的服务器中是否可以只安装单独的服务,比如 Windows 服务或 Linux 服务来为每个订阅者发送新闻通讯?
- 我将
迭代每个订阅者,并根据订阅类型一一发送新闻通讯
。有什么问题吗? - 我是否需要
第三方邮件管理器
,例如 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 :
- Can we only have separate service installed in our server, let say windows service or linux service to send newsletter for each subscribers ?
- I will
iterate each subscribers and send the newsletter one by one based on subscription type
. is there something issue ? - Do I need
third party mail manager
such as Mailman or mailchimp ?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)