How can I send 50 emails at once

Hi there,

I have a site of 2000 contacts but my host only accepts 50 emails per hour.

How can I create a single campaign that sends 50 emails, waits an hour, and then 50 emails again.

Thanks

use the throttling settings in the config.php.
one way to do it is to set a delay between emails…
if you batch period is 3600 seconds (an hour), and you want to send 40 emails per hour, the configure a delay for 3600secs/ 40 emails = 90 seconds. when sending this way, it’s best to setup a cron job for every 15 minutes or so.