#1. $headers .= "Content-Type: text/plain";
#2. $headers .= "Content-Type: text/html; charset=iso-8859-1\r\n";

If I use #1 header I don't need \n\r just create extra space on the email.

Why \n\r doesn't work for #2 ?

TH



On Tue, 2 Nov 2004 17:23:41 +0100, Sebastiano Cascione
<[EMAIL PROTECTED]> wrote:
> Use \r\n
> Some pop server doesn't support other special characters.
> 
> Sebastiano
> 
> Alle 17:12, marted́ 2 novembre 2004, Jerry Swanson ha scritto:
> 
> 
> > I'm sending text email. How I can make new line.
> > "\n" seems to be not working.
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to