]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-mail-queue.cron
Up to 3.10.12
[packages/eventum.git] / eventum-mail-queue.cron
1 # eventum mail queue processor
2 # bounce messages back to root
3 MAILTO=root
4
5 * * * * * http exec /usr/share/eventum/bin/console.php eventum:mail-queue:process
6
7 # The above line will run the mail queue script every minute. To setup
8 # the SMTP server that Eventum should use to send these queued emails,
9 # go to:
10 #
11 # Administration >>> General Setup > SMTP (Outgoing Email) Settings
This page took 0.068422 seconds and 4 git commands to generate.