Project

General

Profile

Actions

Feature proposal #8964

closed

Implement parameter to specify mailer encoding

Added by krileon almost 2 years ago. Updated over 1 year ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
-
Start date:
01 June 2022
Due date:
% Done:

100%

Estimated time:

Description

Currently PHPMailer defaults to 8bit encoding, which if UTF-8 is present will fallback to quoted-printable. This breaks UTF-8 emails on hotmail. Setting encoding to base64 works around this issue. A parameter to select the encoding would be useful or potentially dynamically changing the encoding if the email is being sent to hotmail and is UTF-8.

First #8140 should be applied so we're using latest PHPMailer.

Actions #1

Updated by beat over 1 year ago

  • Target version changed from CB 2.7.3 to CB 2.7.4
Actions #2

Updated by krileon over 1 year ago

  • Status changed from Assigned to Rejected
  • Target version deleted (CB 2.7.4)
  • % Done changed from 0 to 100

Should not be necessary anymore. With #8140 we will be using Joomla's mailer which defaults to UTF-8 and can be overridden by system encoding.

Actions

Also available in: Atom PDF