I need a help for a situation that seemed simple to me, I have a form with a comment field and when I send this comment by email it appears all unconfigured, I'm using phpMailer.
The code page on the contact page looks like this:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
And in the process page I have tried some tips passed on, but none have successfully tried the utf8_decode, utf8_encode, '=? UTF-8? B?'. base64_encode ($ message). '? =', I already put on the process page the following codes:
ini_set('default_charset','UTF-8'); e
header(“Content-Type: text/html; charset=ISO-8859-1“,true)
And it did not work either. Can anyone give me any tips?