Reputation: 1259
I have the limit that i cant send more than 5 emails per second.
I am using PHPMailer 5.2.6
https://github.com/PHPMailer/PHPMailer/
Is there any way i can put 1 sec delay after 5 emails
I am using sendmail in PHP script and use cron job to send emails
Upvotes: 0
Views: 1149