I can send mails when running on localhost, but could not get this working after deploying to gae. I'm using this from the default db.py:
mail.settings.server='smtp.gmail.com:587' # your SMTP server mail.settings.sender = '[email protected]' # your email mail.settings.logi n= 'email:**' # your credentials or None I'm not using email verification, only password retrieval. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

