Padrao required is this:
Code: Select all
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: ".$fromName." <".$from.">\r\n";So I know that there is more outside that I lost someone can give me a hand?
$message =& new Swift_Message($assunto, $texto, "text/html");
I await in the