We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23de63d commit a988a36Copy full SHA for a988a36
web/profiles/custom/os2loop/modules/os2loop_mail_notifications/src/Plugin/Mail/PhpMail.php
@@ -44,7 +44,7 @@ public function format(array $message) {
44
* @see \Drupal\Core\Mail\MailManagerInterface::mail()
45
*/
46
public function mail(array $message) {
47
- $message['headers']['Content-Type'] = 'text/html; charset=iso-8859-1;';
+ $message['headers']['Content-Type'] = 'text/html; charset=UTF-8;';
48
return parent::mail($message);
49
}
50
0 commit comments