Maybe someone else already posted about it but where the Book says: "You need to replace the mail.settings with the proper parameters for your SMTP server. Set mail.settings.login=False if the SMTP server does not require authentication."
I think it should be: mail.settings.login=None, because if set to False you get the error: WARNING:web2py:Mail.send failure:'bool' object has no attribute 'split' carlo

