Pytition icon indicating copy to clipboard operation
Pytition copied to clipboard

Document how to use the mailer framework

Open fallen opened this issue 5 years ago • 0 comments

  • 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:

  • ??

fallen avatar Jan 25 '20 16:01 fallen