Skip to content

Commit a988a36

Browse files
committed
LOOP-1158: Changed charset
1 parent 23de63d commit a988a36

File tree

1 file changed

+1
-1
lines changed
  • web/profiles/custom/os2loop/modules/os2loop_mail_notifications/src/Plugin/Mail

1 file changed

+1
-1
lines changed

web/profiles/custom/os2loop/modules/os2loop_mail_notifications/src/Plugin/Mail/PhpMail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function format(array $message) {
4444
* @see \Drupal\Core\Mail\MailManagerInterface::mail()
4545
*/
4646
public function mail(array $message) {
47-
$message['headers']['Content-Type'] = 'text/html; charset=iso-8859-1;';
47+
$message['headers']['Content-Type'] = 'text/html; charset=UTF-8;';
4848
return parent::mail($message);
4949
}
5050

0 commit comments

Comments
 (0)