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.login = 'me:somepasswd'  # your credentials
mail.settings.sender = 'm...@mydomain.com'  # your email

web2py looks like it's sending the email but I'm not getting it. I wonder 
if anyone can shed some more light on the matter.

Reply via email to