Pytition
Pytition copied to clipboard
Document how to use the mailer framework
- pip3 install uwsgidecorators
- pip3 install django-uwsgi
- set USE_MAIL_QUEUE = True
When using cron based method:
- set MAIL_EXTERNAL_CRON_SET = True
When using uwsgi method:
- ??