1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-07 04:24:04 +02:00

Confirm email addresses

This commit is contained in:
Yohann D'ANELLO
2020-09-22 19:37:37 +02:00
parent 3741557200
commit ae56203970
14 changed files with 238 additions and 43 deletions

View File

@ -1,5 +1,5 @@
# m h dom mon dow user command
# min hour day month weekday command
# Envoyer les mails en attente
* * * * * root cd /code && python manage.py send_mail -c 1
* * * * * root cd /code && python manage.py retry_deferred -c 1
00 0 * * * root cd /code && python manage.py purge_mail_log 7 -c 1
* * * * * cd /code && python manage.py send_mail -c 1
* * * * * cd /code && python manage.py retry_deferred -c 1
0 0 * * * cd /code && python manage.py purge_mail_log 7 -c 1