My ISP has a 500 per hour policy with a burst rate of 20 per minute.
Can I use either of these plug-ins or some combination to send 20 per minute with a cap of 500 hour?
At the moment the application using your module has
Code: Select all
//Reconnect after 20 emails
// sends 20 emails, closes connection, wait 60 seconds and continue sending emails.
$swift->attachPlugin(new Swift_Plugin_AntiFlood(20, 60), "anti-flood");TIA,
jim