如何在PHP邮件程序中发送延迟以发送大量电子邮件

时间:2013-07-23 02:06:58

标签: php linux cron centos phpmailer

我有限制,我不能每秒发送超过5封电子邮件。

我正在使用PHPMailer 5.2.6

https://github.com/PHPMailer/PHPMailer/

有什么方法可以在5封电子邮件后延迟1秒

我在PHP脚本中使用sendmail并使用cron job发送电子邮件

1 个答案:

答案 0 :(得分:1)

在循环中使用sleep(1)延迟1秒