I reposted a new version of T2. I fixed a problem with email verification and added a t2.reset_password
to use email verification you do t2.email_server="hostname:port" t2.email_auth="username:password" def register(): return dict(form=t2.register(verification=True) def password(): return dict(form=t2.reset_password()) Please give it a try. I discovered that in smtplib server.helo() and server.ehlo() are not equivalent as the docs say! The firmer does not always work, the latter does. Massimo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---