Problem special characters with phpmailer + client mail windows10

I did not notice it because I never use it but it was reported to me.

I have solved as follows:

image_transcoder.php?o=bx_froala_image&h=1037&dpx=1&t=1552248670

In /modules/boonex/smtpmailer/classes/BxSMTPModule.php at line 35

replace 

$mail->CharSet = 'utf8';

by

$mail->CharSet = 'UTF-8';

image_transcoder.php?o=bx_froala_image&h=1038&dpx=1&t=1552248689

  • 770
  • More
Replies (1)
Login or Join to comment.