Allow to convert plain text mails to HTML (like SwiftMailer)

Created on 1 December 2023, over 1 year ago
Updated 2 December 2023, over 1 year ago

Problem/Motivation

Currently we can only choose HTML format for emails that do not specify a content type. This means that all system mails (such as the user registration mails, password reset mails etc) are always sent out as plain text. This is because by default the header Content-Type: text/plain is set in MailManager::doMail().

In SwiftMailer there was an option to override the mail format for all mails: you could choose HTML, plain text or "Keep existing". This was useful because customers often want a consistent look to all mails sent out, instead of having some mails in HTML and some in plain text.

✨ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡§πŸ‡¬Bulgaria pfrenssen Sofia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024