邮件系统 - 准备用phpmailer写一个邮件群发的系统,可有不妥?

WBOY
Release: 2016-06-06 20:34:10
Original
1082 people have browsed it

邮件群发的数量比较大,每次群发大概有20W的量,以前没做过,大家可有案例么?

回复内容:

邮件群发的数量比较大,每次群发大概有20W的量,以前没做过,大家可有案例么?

使用第三方会更好,群发功能自己做难度也大。

例如myemailmarketing也是基于PHP的,不过需要购买许可,群发时你需要用一台电脑打开它,群发期间需要电脑需要一直打开。

我公司以前使用myemailmarketing做群发,打开myemailmarketing点群发就一直等,可能等到第二天早上,才发完10W封邮件,而且有时候网络问题被停了,需要重开才能继续发出。
如果你打算用phpmailer做个群发系统,可想象效率也不会比myemailmarketing高。

后来我们用sendy做群发,据说群发效率非常高。
https://sendy.co/

国外做订阅群发一般用mailchimp,我见国内也有不少群发服务可以购买。

不用第三方的话,php就很难搞了,可以使用beanstalk或redis做消息队列,我以前是用php往队列里扔数据,用node.js监听队列来发送邮件,妥妥的。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template