Automatically invoke the mailer engine.

There are some way to automatically invoking the direct mail mailer engine.

  1. Scheduler (recommended)

  2. The CLI script

It's recommended to use the scheduler option to automatically invoking the mailer engine.

Configuring direct_mail on Scheduler

This is the most recommended way to automatically sending the newsletter. In Scheduler module there will be 2 direct_mail job:

  1. Mailing queue

  2. Create Mail from draft

The first job sends the mail out. The second one creates a mailing object based on the configuration saved in the “Direct Mail” module, with checked “Save these settings as draft” checkbox.

Configuring the CLI script

Send newsletters directly via CLI by invoking mailer engine is done by:

/ABS/PATH/TO/BINARY/typo3 direct_mail:invokemailerengine

For help and further information or options, execute following command:

/ABS/PATH/TO/BINARY/ direct_mail:invokemailerengine --help