[web2py] Re: Verification email is not sent

2014-12-11 Thread Yebach
These are my settings. Are you using standard form for registration or custom form? ## configure email mail = auth.settings.mailer mail.settings.server = 'mx.fdff.si:25' mail.settings.sender = '' mail.settings.login = 'ix' mail.settings.tls = False auth.messages.verify_email = T('Click

[web2py] Re: Verification email is not sent

2014-12-11 Thread Richard D
Thank you, I think mail.settings.tls = False did it :) Richard D On Wednesday, December 10, 2014 9:34:56 PM UTC+1, Richard D wrote: Hi, In my app standard email can be send using mail.send(to=['ric The registration email is not sent however. db.py: ## configure email