- Issue created by @chucksimply
- πΊπΈUnited States davisben NH
Looks like we'll need to add an implement format() for the mailer. Currently, we just use the default implementation, which doesn't appear to support HTML. As a workaround in the meantime, you can use a different formatter the does support HTML, like the Webform PHP mailer.
- πΊπΈUnited States chucksimply
Thanks for the response. This is also applicable to the SimpleNews β module. Any HTML within an email sent with SimpleNews is stripped. This prevents the overall functionality of the Simple News module, as line breaks and formatted newsletters can't be used. Upgrading this to major, as it hinders usage in multiple areas.
- Status changed to Needs review
3 months ago 7:05pm 22 August 2024 - πΊπΈUnited States chucksimply
First stab at a patch. This patch must be applied after the merge request patch is applied from this issue β¨ Define the Senders display name Needs review . Seems to be working so far. Definitely needs review.
- πΊπΈUnited States chucksimply
New patch. #5 was stripping line breaks from plain text emails. Fixed.
Really needs a true module developer to review and fix this code though. That I am not :)
- πΊπΈUnited States chucksimply
Removed unnecessary line breaks in html format