On 11/19/07, Philip Thompson <[EMAIL PROTECTED]> wrote:
>
> On Nov 19, 2007 5:52 PM, Brad <[EMAIL PROTECTED]> wrote:
>
> > Why are you being to belligerent?
> > English 101-104 I have aced.
> > Top secret security clearance I maintain.
> > Concatenate I know well (why would I combine the from, and the bcc?)
>
>
> I will refrain from the rest of the posts/slams and stick to your question
> in the (...).
>
> "From" and "Bcc" are *BOTH* part of the headers - that's why you want to
> concatenate them. By not using the . (dot), you are over-writing the
> "From"
> line.
>
> Bad/Pointless assignment:
> $headers = "From: ...";
> $headers = "Bcc: ...";
>
> Good/Useful assignment:
> $headers = "From: ...";
> $headers .= "Bcc: ...";
>
> Good luck.
> ~Philip
>

Brad,

If Philip's suggestion doesn't fix the problem, please post the relevant
code, again.

I've lost track of your original question.

David

Reply via email to