Hi all. I would like to customize emails that web2py send to the user for email verification and password change. For example now I have for email verification: Welcome [email protected]! Click on the link http... to verify your email
How can I do it? Another thing, how is it possible to have the last registered user row in auth.settings.register_onaccept? I would like to send an email when a new user sign in. auth.settings.register_onaccept = lambda user: mail.send(to='my_email@my_domain.com',subject='New user on my_domain.com',message='<html>New user on my_domain.com<br/>' + user.first_name + '</html>') Is it possible to do it? Thanks, regards. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

