I’m using PHPMailer to send email. Everything is working fine except one thing. The email could not be send if the subject contains an UTF-8 character. I’ve set $mail->CharSet="UTF-8".
I’m using PHPMailer to send email. Everything is working fine except one thing. The
Share
Try to encode subject to handle utf8 characters…