Re: [web2py] Email Verification Issue

2011-10-09 Thread Bruno Rocha
i use gmail in many sites and never had a problem. can you try with a different gmail address¿ http://zerp.ly/rochacbruno Em 09/10/2011 09:04, "horridohobbyist" escreveu: > I think I found a serious issue with email verification... > > I changed the following in db.py for the scaffolding app: >

[web2py] Email Verification Issue

2011-10-09 Thread horridohobbyist
I think I found a serious issue with email verification... I changed the following in db.py for the scaffolding app: ## configure email mail=auth.settings.mailer mail.settings.server = 'smtp.gmail.com:587' mail.settings.sender = 'joeb...@gmail.com' mail.settings.login = 'joeblow:somepassword' ##