Just wanted to make note of two errors I found in the online book while coding up a website:
1) In the "Forms and validators" chapter, the SQLFORM constructor signature is shown with a named parameter "record_id". In fact, the parameter name is "record". 2) In the "Email and SMS" chapter, it says to "Set mail.settings.login=False" if the SMTP server does not require authentication. This should state "Set mail.settings.login=None". These are based on version 1.99.6. Eudean