Doubts on "headers"!!
Posted: Mon Jan 21, 2008 5:36 pm
Next my mail server requires a pradrao differently than it has in the library SWIFTS.
Padrao required is this:
I wonder how I put it in my default code?
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
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