Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有每秒不能发送超过 5 封电子邮件的限制。
我正在使用 PHPMailer 5.2.6
https://github.com/PHPMailer/PHPMailer/
有什么办法可以在 5 封电子邮件后延迟 1 秒
我在 PHP 脚本中使用 sendmail 并使用 cron 作业发送电子邮件
在循环中使用 sleep(1) 延迟 1 秒