I've configured my mail server in db.py with the typical settings and confirmed creds by using SMTPLIB directly from a python prompt. I confirmed mail.settings.ssl was set to False. When attempting mail.send I receive the following:
WARNING:web2py:Mail.send failure:(428, '4.0.0 Your account is using SSL - either disable it in your email client or enable it at http://bla.bla.bla', '[email protected]') I looked at the code in gluon.tools.py and it should use the correct SMTP stack based on the .ssl setting, but... Any suggestions before debugging? Logged requests appear as expected. TIA, Dirk

