PHP大量邮件(25K-100K)列表 [英] PHP Mass Mailing (25K-100K) lists

查看:208
本文介绍了PHP大量邮件(25K-100K)列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个PHP应用程序,我为客户端编写了HTML通讯,并将它们发送到数据库中的电子邮件。邮件通过mail()命令(我知道,笨蛋)完成,从正确暂停的CRON工作等。到目前为止,所有客户端都有有限的列表(最多8000个邮件,两个小时内发送)。服务器是我自己的 - 没有限制。该软件处理退回的邮件,选择退出选项等。



一个新的客户端每月要发送10万封邮件,每周25K,我想更换邮件( )功能。有什么建议么? PHPMailer类是否会实现诀窍?

解决方案

查看 SwiftMailer - 它比PHPMailer好多了,正在积极开发(PHP Mailer似乎是零星的)


I have a PHP app I have written for clients to create HTML newsletters and send them out to emails in a database. Mailing is done via the mail() command (I know, crappy), from a CRON job with proper pauses, etc. Up to now, all clients have had limited lists (the maximum was 8000 mails, sent in two hours). The server is my own - no restrictions there. The software handles bounced mails, opt out options, etc.

A new client wants to send out 100,000 mails a month in 25K weekly batches and I want to replace the mail() function. Any suggestions? Would the PHPMailer class do the trick?

解决方案

Check out SwiftMailer - it is much better than PHPMailer and is actively being developed (PHP Mailer seems sporadic at best)

这篇关于PHP大量邮件(25K-100K)列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆