Good catch. Fixed in trunk!
On Thursday, 17 May 2012 10:16:30 UTC-5, carlo wrote: > > 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 >

