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.

