Re: Separate Email Response or BCC




Adam wrote:
On 13 Sep 2006 20:31:46 -0700, d43m0n AT shaw DOT ca wrote:


Tha RagMan wrote:
On Wed, 13 Sep 2006 11:55:47 GMT, Tha RagMan
<wmercier.nospam@xxxxxxxxxx> wrote:

I have a little program that created the following PHP script to
handle a basic form and email the results. What it doesn't do and I
can't get it to do is send a separate email with inputted results data
to another email address without it showing in the "To" header of
either msgs. Alternately I would like for it to do a BCC.

Folks!
Many thanks for the info and assistance. I am going to giver your
advice a try and see if I can't solve my problem by one method or
another. Thanks again for your help, advice and assistance.
Tha RagMan

I also had issues attempting to send with Bcc: header, however it could
have been caused by my mail server. But the solution all maybe as
simple as creating a loop to send the same message to whom ever wether
blind carbon copy or just carbon copy.


somewhere I heard that the mail() function doesn't actually support CC
or BCC. Can anyone confirm/deny this?

I've certainly had trouble with it myself (resort to looping through
it twice in the end).

Adam.

Technically speaking of course, its NOT php thats actually sending the
message to the pop server, instead its using a protocol to simply send
to the mail server, which then forwards its again to the reciepent, so
it may be the mail server software that is causing the confusion.

Of course nothing is perfect and there really isnt a global standard of
which headers and how to place them, infact I had a CC accure only once
while writting the code, however, I changed it, and did not make note
of the change, how ever, it had to do with my line breaks and varible
decalartion.

The best thing I can see is write a script to send mail to the
recipient as a BCC manually and see what you accomplish. But the point
I am trying to make is that you have to keep trying, it'll cetch on.

* Daemon
------------------

/* No Comment */

.



Relevant Pages

  • Re: Bcc
    ... your "newsletters" and it is inserting the Bcc header. ... The mail server cannot do anything about a client program ... The list of recipients specified by ...
    (microsoft.public.outlook.general)
  • Re: Separate Email Response or BCC
    ... Tha RagMan wrote: ... Alternately I would like for it to do a BCC. ... have been caused by my mail server. ... blind carbon copy or just carbon copy. ...
    (alt.php)
  • Re: bcc-ing every outgoing message
    ... Technically Bcc is not a header like Cc or To. ... It's the mail server that must strip away the Bcc recipients. ... Entourage Help Blog ...
    (microsoft.public.mac.office.entourage)
  • Re: Addresses in BCC box were disclosed
    ... Message Source or message properties, you will see the BCC ... put your own name in the BCC), the BCC header should not be there since ... uses those fields to generate a list of recipients that is passed to his ... SMTP mail server, along with the e-mail message minus the BCC field. ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: 2 mail servers, 1 domain
    ... You would do this by assigning each mail server at each ... envelope addreses and header addresses. ... actually used by sendmail for delivery. ... delivery of the message to the correct host. ...
    (comp.mail.sendmail)