This is a discussion on Re: [PHP] two small issues with php mail within the PHP General forums, part of the PHP Programming Forums category; Brad wrote: > As per your email! Whose email? Not mine. > ############################################# > > Brad wrote: > >> $headers = '...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Brad wrote:
> As per your email! Whose email? Not mine. > ############################################# > > Brad wrote: > >> $headers = 'bcc: kathyandrews@bellsouth.net'; >> >> 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: While technically correct, PHP (on Windows) and Sendmail (in the default configuration used by PHP on most systems) will parse an email, extract Bcc headers and use them. There is a note regarding when this was added for Windows on the mail manual page. -Stut -- http://stut.net/ > ############################################ > > -----Original Message----- > From: Stut [mailto:stuttle@gmail.com] > Sent: Monday, November 19, 2007 5:18 PM > To: Brad > Cc: 'Wolf'; php-general@lists.php.net > Subject: Re: [php] two small issues with php mail > > Brad wrote: >> Well, since >> >> http://forums.hostmysite.com/about1171.html >> >> states >> >> $headers .= "CC: service@alteredimpressions.com\r\n"; >> >> Which does not work for me AT ALL and Stut called me a du3b-@ss for doing >> it, I am assuming that all this key wording on google is not going to and >> the problem appears to be else where! > > I don't believe I did that at all (if I did can someone else please let > me know - it's never my intention). > > Since you don't seem willing to properly read my original reply to you, > the one with the answer in it, I give up. I wish your professor luck. > > -Stut > -Stut -- http://stut.net/ |