What's your code for sending error emails? On Monday, June 13, 2011 9:06:07 PM UTC-4, LarryEitel wrote:
> I have verified SMTP works and sent email from server is received AND > I have used same mail object in db.py to send a test message using: > > mail.send(to=['[email protected]'], > subject='hello', > message='hi there') > > HOWEVER..... Error messages are not being sent. I know it is probably > something SUPER simple, but haven't found it yet.

