[Php-it] Composizione email html, possibile debug

Matteo Beccati php at beccati.com
Sat Nov 18 17:12:27 CET 2006


Angelo Galleja ha scritto:
> Cristiano Verondini ha scritto:
>> On 17/nov/06, at 18:30, Giovanni Battista Lenoci wrote:
>>
>>>    $this->headers .= "MIME-Version: 1.0\n";
>>>        $this->headers .= "Content-Type: text/html; 
>>> charset=\"iso-8859-1\"\n";
>>>        $this->headers .= "Content-Transfer-Encoding: 7bit\n";
>>
>>     Io userei un multipart con rappresentazione text ed html.
> 
> io userei phpmailer :)
> 
> ma il "\n" alla fine di ogni header non dovrebbe essere \r\n ovvero CRLF?

Dipende... l'RFC dice "\r\n", ma se l'MTA locale è qmail devi usare solo 
"\n".


Ciao ciao
--
Matteo Beccati
http://phpadsnew.com
http://phppgads.com


More information about the Php-it mailing list