I can\'t get logging to work in my Django web app.
My settings file looks like this:
EMAIL_HOST = \"smtp.gmail.com\" EMAIL_PORT = 465 EMAIL_HOST_USE
Also check your email client rules on what to do with the emails once they arrive.
I had some rules in my e-mail client with errors and they were stopping my Django logging mails to enter/show up.