Hello Friends, Sorry to re-open the topic, but as my problem is relative....
Well, I have my app deployed in GAE and I'm using the Google Apps Standard to manage my domain. Follow my configurations: In db.py: mail=Mail() mail.settings.server='gae' mail.settings.sender='[email protected]' mail.settings.login='[email protected]:mypassword' In default.py: message = message + "Onde nos Achou?: %s \n" % onde mail.send(to=['[email protected]'],subject='Orçamento pelo Site',message=message) In GAE log: W 05-01 09:41AM 53.149 Mail.send failure:Unauthorized sender The accounts [email protected] and [email protected] are administrator accounts in Google App Standards. What's is the matter ?

