Those settings are correct, I can send mail from my application, but when I
try to go to page /init/default/user/retrieve_password I get the flash
message Function disabled.


Kenneth


On Wed, Sep 30, 2009 at 4:35 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:

>
> 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 <kenneth.t.lundst...@gmail.com> 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 web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to