Active
Project:
Rest Password Reset
Version:
1.1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Oct 2025 at 10:12 UTC
Updated:
9 Oct 2025 at 11:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jb044A proper HTML mail should have a plain text fallback. HTML mail was not intended in this module, in my experience a good html mail can be a lot of trouble so I simply never implemented it. But I can see it could have it's uses, however simply including some html tags is not a proper HTML mail, a good implementation of this involves a bit more than that.
Marking this as a feature request.
Comment #3
jb044Comment #4
ajlow commentedThank you for the reply.
In terms of the email format and styling, it seems to pick up the email twig setup for the site? For instance, the reset email picks up my Mimemail twig (see attached).
One idea is to allow for text formats? Or perhaps use
Xss::filterAdmin()for only admins?