Appearance
Control Panel
Settings
Here you can save the common settings.
Cron URL
Not really a setting, but this is the url you should use for your cron job.
For example, sending the batches every hour you could use the follwing snippet.
0 * * * * /usr/bin/wget -O /dev/null https://domain.com/?ACT=19\&method=send_mail
Batch size
Define the size of batch that we will send per request to the cron URL.
Detect type
There are 2 ways of marking an email to be sent with the email queue.
- With a marker - Simply place a marker
{queue_email}
inside the body of the email - all email - All email will be send via the email queue.
Overview queue
This is the current queue. You can delete specific items, all items or run the queue manually.