you have to configure your email smtp server

mail=Mail()
mail.server='host:port'
mail.sender='....'
mail.login='username:password'
auth.settings.mailer=mail

otherwise it does not know how to email you.

On Sep 30, 5:48 am, GhostRider <[email protected]> wrote:
> Hello list,
>
> just started using web2py and now I hit the wall with the retrieve
> password function.
>
> How do I enable that function?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to