On Wednesday 03 November 2004 12:29, Richard Davey wrote:
> Interesting reading. Pair Networks use qmail as their SMTP server of
> choice so I threw a test email out via PHP that had \n's all over the
> shop and it arrived quite happily. So either something has changed
> since the writing of that
Hello Jason,
Wednesday, November 3, 2004, 11:50:26 AM, you wrote:
JW> If you're interested:
JW> http://homepages.tesco.net/~J.deBoynePollard/FGA/qmail-myths-dispelled.html
JW> the section entitled "The myth about supporting bare LFs being a requirement"
Interesting reading. Pair Networks use qma
On Wednesday 03 November 2004 00:19, Richard Davey wrote:
> I'm not disagreeing with what you posted, because it's all true, but I
> would like to ask - can you actually name a popular mail server that
> rejects emails that use \n as a line delimiter (even if used by
> mistake), because I've haven
Hi Richard,
On Wed, 3 Nov 2004 00:19:59 +, Richard Davey <[EMAIL PROTECTED]> wrote:
> Hello Jordi,
>
> Tuesday, November 2, 2004, 5:34:00 PM, you wrote:
>
> JC> I hope this will help in composing mail messages and my recommendation
> JC> is to *follow the standard* and send messages always b
Hello Jordi,
Tuesday, November 2, 2004, 5:34:00 PM, you wrote:
JC> I hope this will help in composing mail messages and my recommendation
JC> is to *follow the standard* and send messages always by using CRLF as
JC> a line delimiter. Only doing that way, you will ensure your messages
JC> are acce
It is working without \r\n. Just using regular spaces/new lines in
the text message.
On Tue, 2 Nov 2004 18:34:00 +0100, Jordi Canals <[EMAIL PROTECTED]> wrote:
> On Tue, 2 Nov 2004 16:25:56 +, Richard Davey <[EMAIL PROTECTED]> wrote:
> > Hello Jerry,
> >
> > JS> I'm sending text email. How I
#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]
On Tue, 2 Nov 2004 16:25:56 +, Richard Davey <[EMAIL PROTECTED]> wrote:
> Hello Jerry,
>
> JS> I'm sending text email. How I can make new line.
> JS> "\n" seems to be not working.
>
> \n in a text (not HTML) email will do the trick most of the time,
> sometimes I see \r\n, but \n works for me
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, visi
Hello Jerry,
Tuesday, November 2, 2004, 4:12:49 PM, you wrote:
JS> I'm sending text email. How I can make new line.
JS> "\n" seems to be not working.
\n in a text (not HTML) email will do the trick most of the time,
sometimes I see \r\n, but \n works for me nicely. Are you sure it's
quoted prop
On Tue, 2 Nov 2004 11:12:49 -0500, Jerry Swanson <[EMAIL PROTECTED]> wrote:
> I'm sending text email. How I can make new line.
> "\n" seems to be not working.
Use \r\n instead of just \n.
--
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/
--
PHP General Mail
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
12 matches
Mail list logo