mailer_spool_type => 'memory', //memory = immediate; file = queue

How do I set Mautic to create and hold emails until a specific time and then transmit them?



I would like to send all of my campaign emails on Tuesday morning at 7:30 AM.



Looking in the file: public_html/mautic/app/bundles/EmailBundle/Config/config.php



I found the following line:

Code:
'mailer_spool_type' => 'memory', //memory = immediate; file = queue

If I change it to:
Code:
'mailer_spool_type' => 'queue', //memory = immediate; file = queue

Will it queue up the emails until the Cron Job Runs?

Do I need to make changes elsewhere?

Being a complete newbie I am reluctant to change values until I have a better feeling for this wonderful thing we call Mautic!

Thanks! CraigM

How do I set Mautic to create and hold emails until a specific time and then transmit them?

I would like to send all of my campaign emails on Tuesday morning at 7:30 AM.

Looking in the file: public_html/mautic/app/bundles/EmailBundle/Config/config.php

I found the following line:

'mailer_spool_type'            => 'memory', //memory = immediate; file = queue

If I change it to:

'mailer_spool_type'            => 'queue', //memory = immediate; file = queue

Will it queue up the emails until the Cron Job Runs?

Do I need to make changes elsewhere?

Being a complete newbie I am reluctant to change values until I have a better feeling for this wonderful thing we call Mautic!

Thanks! CraigM