I needed my auth generated emails to send as HTML format instead of
the default text.

If I understand correctly you have to pass a (text, html) tuple to
activate HTML format, but auth requires strings for
auth.messages.verify_email, etc.

To activate HTML format I have temporarily modified the default
headers of Mail in gluon/tools.py.
Is there a proper way to send HTML emails with auth?

Richard

Reply via email to