You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we send custom jinja2 emails, it may sometimes make sense to allow emails. We should of course always default to plaintext. Adding html is, in theory, as simple as running
msg.attach(MIMEText(content, 'html'))
The text was updated successfully, but these errors were encountered:
signebedi
changed the title
Add option to send html emails
[smtp] add option to send html emails
Jul 22, 2024
This is now the default behavior. There may be some difficulties, so we'll test the email config, which now default to HTML. Existing instances will need to update their email configurations. This issue is related to #284.
When we send custom jinja2 emails, it may sometimes make sense to allow emails. We should of course always default to plaintext. Adding html is, in theory, as simple as running
The text was updated successfully, but these errors were encountered: