File : modules/smtp/src/Plugin/Mail/SMTPMailSystem.php
Line : 103
Code :
//$subject = $message['subject'];
$subject = Unicode::mimeHeaderEncode($message['subject']);
Line : 130
Code :
// $mailer->FromName = $from_name;
$mailer->FromName = Unicode::mimeHeaderEncode($from_name);
Comments
Comment #2
Raman Starshykh commentedComment #3
linichalexey commentedComment #4
wundo commentedComment #5
JFH - 3DX internet commentedin 8.x-1.0-beta6
File : modules/smtp/src/Plugin/Mail/SMTPMailSystem.php
ok for
// $mailer->FromName = $from_name;
$mailer->FromName = Unicode::mimeHeaderEncode($from_name);
but not line 140 for subject
//$subject = $message['subject'];
$subject = Unicode::mimeHeaderEncode($message['subject']
Comment #6
bluegeek9 commented#3312237: Message subject : accented character encoding problem
Comment #7
bluegeek9 commented