使用PHP邮件或简单的邮件()? [英] Use php mass mailer or simply mail()?

查看:145
本文介绍了使用PHP邮件或简单的邮件()?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我发送了〜30k的电子邮件。

I am sending out ~30k email messages.

每条消息将有不同的内容。

Each message will have slightly different content.

我已经读过,使用php mail()功能不是大众邮件的好主意。

I have read that using the php mail() function is not a good idea for Mass Mailing.

什么是pro和con使用内置的 mail()函数,以及使用Mass Mailer的专业版和con文件,例如 Swiftmailer

What are the pro's and con's of using the inbuilt mail() function and the pro's and con's of using a Mass Mailer such as Swiftmailer.

特别关注的是,它不是发送完全相同的消息到30k的地址,

With particular focus on the fact that it is not sending the exact same message to 30k addresses,

相反,它发送稍微个性化的消息。

Instead it is sending slightly personalized messages.

推荐答案

p>外包或花费大量的时间与图书馆。如果你决定去图书馆,SwiftMailer是一个很好的选择。

Outsource it or spend a lot of time with a library. SwiftMailer is a a good choice if you decide to go with a library.

不要循环使用mail():)

Don't loop with a mail() :)

这篇关于使用PHP邮件或简单的邮件()?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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