]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-mail-queue.cron
- chdir unneccessary
[packages/eventum.git] / eventum-mail-queue.cron
1 # eventum mail queue processor
2 # bounce messages back to root
3 MAILTO=root
4
5 * * * * * eventum /usr/share/eventum/process_mail_queue.php
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
12
13 # vim:syn=crontab
This page took 0.074598 seconds and 4 git commands to generate.