Custom email event reminders with HTML?

Hi
I’ve created a custom email event reminder at

custom/templates/core/events/reminders/emails/event_reminder.txt

At the moment it is plain text.
How can I use html tags to enrich the final output with formatting and images?

At the moment, any html tag appears in the output as text.

There is no way to switch this to HTML without changing the code (using a .html template and passing html=True to the make_email() call)…

PS: HTML mails aren’t nice. text/plain is superior! :wink:

1 Like