I've set up my django app with the following relevant settings:
Everything works fine and I can send emails from the app using all the settings above, but I never get an email when a 500 error occurs (I'm testing this through a view that does nothing except raise an exception) asked 23 Apr '13, 10:56 Gigamech |
You need to specify a value for Hope that helps! answered 23 Apr '13, 18:10 seanf |