web2py 2.7.3 on windows, rocket server.

I want to setup email for lost passwords and registration. I don't need 
authentication. 
I can send email from python (following the example in the 2.7.3 
documentation 18.1.1) 
I've followed the book closely and have the mail server like so:

mail=auth.settings.mailer
mail.settings.server = 'smtp.bigair.com.au:25'
mail.settings.sender = 'accou...@vci.com.au'
mail.settings.login = None

in the console I see this error
WARNING:web2py:Mail.send failure:STARTTLS extension not supported by server.

any ideas?

-- 



Reply via email to