Files
docker-zulip/zulip-puppet/files/cron.d/send-digest-emails
Alexander Trost 24f759cf7d Replaced the MAILTO=root with MAILTO=""
No emails should be sent by cron
2015-10-22 13:40:20 +02:00

5 lines
156 B
Plaintext

MAILTO=""
# Send digest emails once a day. Time is in UTC.
0 18 * * * zulip cd /home/zulip/deployments/current && python manage.py enqueue_digest_emails