«
»

php, phpmailer

PhpSendmail-UTF8

11.11.13 | Comment?

Alberto Suárez Pérez

Para que tu envío con phpmailer sea en codificación utf8 debes incluir la siguiente linea:

$mail­ -> CharSet = "UTF­8";
$mail->Subject = "=?UTF-8?B?" . base64_encode($CONTACTO) .  "?=";

Comments are closed.


«
»