Re: [web2py] getting mail to work with SSL connection on port 465

2012-04-16 Thread Johann Spies
On 14 April 2012 16:13, weheh wrote: > I'm trying without success to get web2py mail working with an SSL > connection. I've searched the forum and come up with this: > > mail.settings.tls = True > mail.settings.login = False # I am not using auth in this case > mail.settings.server = 'mail.mydom

[web2py] getting mail to work with SSL connection on port 465

2012-04-14 Thread weheh
I'm trying without success to get web2py mail working with an SSL connection. I've searched the forum and come up with this: mail.settings.tls = True mail.settings.login = False # I am not using auth in this case mail.settings.server = 'mail.mydomain.com:465' # your SMTP server mail.settings.lo