Hi Anthony, Great insight! The removal of manual re-direction fixes the email failure! One follow-up questions:
1. The Web2py manual says that
auth.settings.register_onaccept[]
should be called *before* the re-direction. For my purpose here (i.e.
re-directing the user to a new page after auth.register() is processed),
shouldn't I just do
auth.settings.register_next = URL('registered')
?
Again, thanks very much for your patience and help!

