Brad wrote:
> Thought it was a support forum!
> Support usually does not mean "piss off".
>
Brad,
another reading suggestion for you:
http://www.catb.org/~esr/faqs/smart-questions.html
/Per Jessen, Zürich
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
-Original Message-
From: Brad [mailto:[EMAIL PROTECTED]
Sent: Monday, November 19, 2007 9:48 PM
To: 'Chris'
Subject: RE: [PHP] two small issues with php mail
Sir, I am trying...
It just is not working...
I am trying to implement the auth info, I go from parse error to no response
from
-Original Message-
From: Brad [mailto:[EMAIL PROTECTED]
Sent: Monday, November 19, 2007 9:34 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [PHP] two small issues with php mail
Thought it was a support forum!
Support usually does not mean "piss off".
Brad
-Original Message-
From: [EM
Working code:
Correction - non-working code ;)
'.$eol;
$headers .= 'Bcc: [EMAIL PROTECTED]'; $eol = "\r\n";
This should be:
$headers .= 'Bcc: [EMAIL PROTECTED]' . $eol;
You need the EOL on the end.
Plus afaik in email headers it's \n not \r\n.
--
Postgresql & php tutorials
http://www.
_
From: Brad [mailto:[EMAIL PROTECTED]
Sent: Monday, November 19, 2007 8:26 PM
To: 'David Giragosian'
Subject: RE: [PHP] two small issues with php mail
My original issue is trying to implement a Bcc and
Emails are only making it to 50% of the recipients.
Research and past
5 matches
Mail list logo