About not Sending Emails from Crontab
To make sure that no emails are sent from your crontab, you have to set MAILTO=""
environment variable in your crontab file.
With Ansible, this is the instruction to do that:
- name: No email sending from crontab
cronvar:
name: MAILTO
value: '""'
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You