批量电子邮件配置 - phplist + sendgrid 或有关流程的一些建议

发布于 2024-10-16 00:26:48 字数 589 浏览 2 评论 0原文

我有一个很大的用户列表,分布在两组中。 1. Phplist 2. Vbulletin

Phplist 拥有大约 50,000 个用户,而 vbulletin 拥有大约 70,000 个用户。这些都是双重选择安全列表并且完全合法。

我们有一个专用服务器并使用 phplist 来结束邮件,但考虑到 phplist 的限制,单个邮件需要 3 天的时间来处理。我非常热衷于使用 Sendgrid / Amazaon SES 或其他东西,这样我可以更快地拍摄每月的新闻通讯(我们有大约 20 封新闻通讯,包括工作、公告登录等)。

目前,我们从与主域不同的域发送电子邮件,例如 www.mydomainnewsletter.com,而主站点和公司电子邮件是 www.mydomain.com(我的主站点位于 drupal)

现在我如何构建一个流程,其中所有交易和公司邮件来自 mydomain.com,而所有新闻通讯均来自 mydomainnewsletters.com。用户应在 mydomain.com 上订阅和取消订阅,并且此电子邮件列表应与 www.mydomainnewsletter.com 同步。

我的服务器安装了qmail。有人可以指导我完成整个过程吗?我根本不是技术人员。

I have a large user list which is distributed in two groups. 1. Phplist 2. Vbulletin

Phplist has around 50,000 users while vbulletin has some 70,000 users. These all are double optin safe lists and completely legal.

We have a dedicated server and use phplist tos end mails but a single mails takes 3 days to process given phplist limitations. I am very keen to use Sendgrid / Amazaon SES or something so that i can shoot pur monthly newsletters much faster ( we have some 20 news letters including jobs, announcements login etc).

At present we send emailes from a different domain than the main one and its like www.mydomainnewsletter.com while main site and corporate emails are www.mydomain.com ( my main site is on drupal)

Now how do I build a process where all transaction and corporate mails go from mydomain.com while all newsletters go from mydomainnewsletters.com. users shall subscribe and unsubscribe at mydomain.com and this email list shall be synchronized with www.mydomainnewsletter.com.

My server has qmail intalled. So can somebody guide me through the process. I am not techie at all.

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

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

发布评论

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

评论(1

甜心小果奶 2024-10-23 00:26:48

你有几个选择,我能想到。我绝对不认为你应该在内部这样做,除非你想处理可交付性方面的巨大混乱。

以下是一些非内部选项:

  1. 构建服务器端调度程序,将电子邮件发送给第三方提供商,例如 SendGrid Amazon SES,或使用 PostageApp
  2. 使用为时事通讯构建的服务,例如 MailChimp,它可以为您管理您的列表并毫无问题地发送批量电子邮件。

至少通过这些服务,您会看到更快的交货时间。 (三天太糟糕了。)他们有资源发送这些电子邮件,他们担心送达率,而您可以专注于制作精彩的新闻通讯和/或在您的网站上工作。

全面披露:我是 PostageApp 的产品经理。

You have a few options, that I can think of. I definitely don't think you should do this in-house unless you want to deal with the huge mess of dealing with deliverability.

Here are some non-in-house options:

  1. Build a scheduler, server side, to shoot out the emails to third party providers like SendGrid and Amazon SES, or make bulk email API calls using PostageApp
  2. Use a service built for newsletters, like MailChimp, which can manage your lists for you and send out bulk emails without any problems whatsoever.

At least with these services, you're looking at a much faster delivery time. (Three days is attrocious.) They have the resources to send these emails, they worry about the deliverability, and you can focus on making an awesome newsletter and/or working on your website.

Full Disclosure: I am the Product Manager of PostageApp.

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