Re: Why do my django email error reports have weird characters in the subject?

2019-07-19 Thread Tal
Ended up being related to the other problem I was having, where I was getting 2 emails for every exception, and both problems were caused by enabled django-channels. Disabling django channels, or running django-channels in production with daphne, rather than using the channels ASGI development

Re: Why do my django email error reports have weird characters in the subject?

2019-07-19 Thread Tal
Is this possibly related to the fact that I have django-channels enabled? I'll try disabling it to see if it's related. On Friday, July 19, 2019 at 9:46:20 AM UTC-6, Tal wrote: > > I setup my django 2.2.3 project to use gmail to send emails out. > > I also have it configured to send me emails

Why do my django email error reports have weird characters in the subject?

2019-07-19 Thread Tal
I setup my django 2.2.3 project to use gmail to send emails out. I also have it configured to send me emails about any exceptions that occur. To test it, I made a view with: float('a') It works, but there are weird characters in the subject of the email I receive, and in the first part of