Re: FW: [PHP] two small issues with php mail

2007-11-20 Thread Per Jessen
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

FW: [PHP] two small issues with php mail

2007-11-19 Thread Brad
-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

FW: [PHP] two small issues with php mail

2007-11-19 Thread Brad
-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

Re: FW: [PHP] two small issues with php mail

2007-11-19 Thread Chris
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.

FW: [PHP] two small issues with php mail

2007-11-19 Thread Brad
_ 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