Apperently my smtp portion is "not" working.
This did not solve my problem of sending email to only 50% of the
recipients, just no parse error
This is what the php mail manual page suggest?

And

Where should the bcc go if not the header?



-----Original Message-----
From: Per Jessen [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 19, 2007 1:55 PM
To: php-general@lists.php.net
Subject: RE: [PHP] two small issues with php mail

Brad wrote:

> $headers = 'bcc: [EMAIL PROTECTED]';
> 
> Works but corrupts the "from" portion and changes it to "nobody"
> Which I think goes back too the smtp portion.

There is no bcc: header. BCC'ing someone is normally done by sending
them the email without listing them explicitly in to: or cc:.


/Per Jessen, Zürich

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


No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.16.0/1137 - Release Date: 11/18/2007
5:15 PM
 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.16.0/1137 - Release Date: 11/18/2007
5:15 PM
 

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

Reply via email to