Use text/html in mail params

Created on 18 April 2023, over 1 year ago
Updated 9 May 2023, over 1 year ago

The mail format used for the mails sent by this module is "html".
During our testing, we noticed swiftmailer wasn't sending those mails as html, and indeed, it's comparing "html" with "text/html" when checking the mail format (constant SWIFTMAILER_FORMAT_HTML).

It works if we change "html" to "text/html". I think swiftmailer should have the correct assumptions about this value, I'll create an MR with these changes.

πŸ› Bug report
Status

Fixed

Version

2.2

Component

Code

Created by

πŸ‡§πŸ‡ͺBelgium Radelson

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

Comments & Activities

Production build 0.71.5 2024