php-windows Digest 15 Jun 2002 14:30:13 -0000 Issue 1193
Topics (messages 14225 through 14227):
Re: Programmer Job Posting: Work From Home
14225 by: Luis Ferro
Re: [PHP] 'CC' and 'BCC' in mail function
14226 by: Christoph Grottolo
14227 by: Christoph Grottolo
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Innovative Job Hunting... now you work for free...
with the prospective of becomming rich with stock options which will
only have any value if the company gets rated in the stock market?
Interistings... Well, at least the offer isn't misleading... (which is A
Good Thing [tm])...
Cheers...
Luis Ferro
--- End Message ---
--- Begin Message ---
Stuart Dallas wrote:
> On Friday, June 14, 2002 at 10:01:24 PM, Sridhar Moparthy wrote:
>> Does any one know how to make mail() function to send mail to 'CC'
>> and 'BCC' address. I have tried to keep 'CC' and BCC' in header, but
>> it is not working. Mail function is sending the message to 'To'
>> address but not to 'CC' and 'BCC'. <snip
>> if (mail($to,$subject,$message,$header)) <snip>
>
> The mail function sends the message to the addresses in the first
> parameter, so you need to specify all the users you want the message
> to go to in $to.
>
> PS. I (and I'm sure there are others) would prefer it if you could
> create a new thread for a new topic. It makes things a lot easier to
> follow.
--- End Message ---
--- Begin Message ---
Hi
Markus Fischer has recently done much work on the mail() function. On win32
it should work a lot better than now.
The improved function will probably show up in 4.3.0 and include Cc: and
Bcc: support for windows. If you want to test before you can grab a snapshot
from http://snaps.php.net/win32. If you find errors there or backward
compatiblity problems the developers would be glad to hear from you (on
bugs.php.net or on the qa mailing list).
You'll find a lot of information about the work done with mail() in recent
postings on news://news.php.net/php.qa.
Christoph
Stuart Dallas wrote:
> On Friday, June 14, 2002 at 10:01:24 PM, Sridhar Moparthy wrote:
>> Does any one know how to make mail() function to send mail to 'CC'
>> and 'BCC' address. I have tried to keep 'CC' and BCC' in header, but
>> it is not working. Mail function is sending the message to 'To'
>> address but not to 'CC' and 'BCC'. <snip
>> if (mail($to,$subject,$message,$header)) <snip>
>
> The mail function sends the message to the addresses in the first
> parameter, so you need to specify all the users you want the message
> to go to in $to.
.
--- End Message ---