Posts by Marcos Leonel • 11 points
1 post
-
1
votes2
answers2449
viewsA: How to change character encoding in phpmailer
An easy solution is to use the PHP function utf8_decode(). Assuming you are sending the message via a variable with the name "message" and a field called "message", it would look like this:…