如何向php中的数千个用户发送安全(爆炸)邮件? [英] How to send a secured (blast) email to thousands users in php?

查看:143
本文介绍了如何向php中的数千个用户发送安全(爆炸)邮件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果要将emais发送给3000 ++用户。你还会使用php邮件功能吗?我听说没有足够的固定。如何发送安全邮件电子邮件?如果可能,我不想使用第三方软件。

If you are going to send emais to 3000++ users. Will you still use php mail function? I heard, it was not secured enough. How do I send a secured blast emails? I dont want to use third-party software if possible.

如果要在php中发送blast电子邮件,那么方法或函数将在php中使用? (尝试谷歌高级发送电子邮件在php,但找不到一个很好的答案)

If you are going to send blast emails in php, what method or functions you will use in php?? (Tried google "advanced sending email in php", but could not find a good answer)

哦,听到这个东西叫phpmailer,是不是很好?我应该用我现在的邮件功能替换它吗? (它的免费)

Oh ya, heard this thing called phpmailer, is it good? Should I replace that with my current mail function? (Its free)

最后,您需要准备发送数千个电子邮件的内容是什么?

Lastly, what are the things you need prepare to send thousands over emails?

推荐答案

我发现大型列表的最佳方法是使用PEAR 邮件 Mail_Queue 结合使用。本质上,消息排队等待传送(作为MySQL数据库中的记录存储),然后cron作业会在整个晚上定期运行,将它们发送到可管理的批处理(使用php CLI)。

The best method I've found for large lists is to use PEAR Mail in conjunction with Mail_Queue. Essentially, the messages get queued for delivery (stored as records in a MySQL database) and then a cron job runs periodically throughout the night to send them in manageable batches (using php CLI).

这篇关于如何向php中的数千个用户发送安全(爆炸)邮件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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