I had an issue trying to send Django's Errors via email. Mailgun's logs are completely empty for this domain!
Hacking django_mailgun.py revealed <Response 400> from mailgun which fails silently.
Why django_mailgun.py does not work ?
I had an issue trying to send Django's Errors via email. Mailgun's logs are completely empty for this domain!
Hacking django_mailgun.py revealed <Response 400> from mailgun which fails silently.
Why django_mailgun.py does not work ?
Copyright © 2021 Jogjafile Inc.
When
SERVER_EMAILis not defined insettings.py, Django sends errors from"root@localhost"which does NOT work for Mailgun anymore and produces <Response400>So i have added:
to settings.py