Character encoding
-
Character encoding sometimes gets broken – if sent from Outlook as HTML mail then received in outlook.
Adding
$mail->CharSet = 'UTF-8';just after$mail = new PHPMailer();inwp-mailing-group/crons/wpmg_cron_send_email.phpseems to have solved the problem.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Character encoding’ is closed to new replies.