I have my db.py file setup this way
## configure email
mail=Mail()
mail.settings.server="gae"
mail.settings.sender="myaddress.com"
mail.settings.login="username:password"I have been trying this for hours, I get no errors, when i call functions to send emails they return true, so I am assuming they are supposed to be working, but the messages never show up in my inbox.

