Template rendered html email for Web2py email verification and password reset
For discussion about this old problem, read Google group thread here. I ended up modifying gluon/tools.py. It is probably not a good practice. But it is the easiest solution. I edit register() and email_reset_password() modifying something like (depends on which one) message=self.messages.verify_email % d to message=(”,response.render(’email/template.html’, d)) Be careful with the ending parentheses, the two […]