]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-mail-queue.cron
Up to 3.10.12
[packages/eventum.git] / eventum-mail-queue.cron
index e0c7b6e6bbcb68aeb20b4cb01aa29dd5724d4e12..dfc79769a64c3a1c5fcddaf00a7e6397acc52bff 100644 (file)
@@ -2,12 +2,10 @@
 # bounce messages back to root
 MAILTO=root
 
-* * * * * http cd /usr/share/eventum/misc && /usr/bin/php4 -q process_mail_queue.php
+* * * * * http exec /usr/share/eventum/bin/console.php eventum:mail-queue:process
 
 # The above line will run the mail queue script every minute. To setup
 # the SMTP server that Eventum should use to send these queued emails,
 # go to:
 #
 # Administration >>> General Setup > SMTP (Outgoing Email) Settings
-
-# vim:syn=crontab
This page took 0.042845 seconds and 4 git commands to generate.