Put a Gap Period between Each Email

I just starting Using MAutic Few Weeks , I’m Creating some Drip Campaigns for Cold outreach

I wanted to know if there is any way to put a Put a gap period between Each email

As an example I’m Contacting 100 Emails, I want MAutic to send an email to The first one then wait 60 seconds then Send the second email and So on Until finishing sending to All these 100 email

Thanks

This is possible. Go to Settings → Configuration → Email Settings, then scroll down to where it says “how should email be handled” change this to queued, Then choose to send 1 email. You will also need to setup thecronjob for sending emails to send once a minute, this is done in your crontab by adding the following line:
*/1 * * * * php /var/www/mautic/bin/console mautic:emails:send

What the above will do is trigger an email send every minute and only take 1 email each time it sends

1 Like