I\'m trying to send unicode emoji trough PHPMailer (5.2) but the emails I sent are received with weird characters instead of emojis. I\'m currently sending HTML emails where
I needed to use the slightly different:
$mail = new PHPMailer(); $mail->CharSet = 'utf-8';