Sending BCC to multiple recipients

Hi,

I’m trying to Bcc internal people one emails that are sent out to
clients,
but can’t seem to find a way for action mailer to send it to multiple
people. Is this an unimplemented feature?

Thanks

Amy

you can pass an array:

@bcc = [first_person, second_person]

ed

On 10/27/06, Amy D. [email protected] wrote:


Ed Hickey
Developer
Litmus Media
816-533-0409
[email protected]
A Member of Think Partnership, Inc
www.ThinkPartnership.com
Amex ticker symbol: THK

I tried: @bcc = [“email1”, “email2”, “email3”], but it never seems to
send
anything to email1 and email2, just email3.

On Oct 27, 2006, at 10:50 AM, Amy D. wrote:

I’m trying to Bcc internal people one emails that are sent out to
clients, but can’t seem to find a way for action mailer to send it
to multiple people. Is this an unimplemented feature?

What have you tried? You should be able to pass in an array of
addresses (and possibly a comma separated list?)

James.

Hi,

Did anybody ever answer? I have what appears to be the same problem.

Gordon

On Feb 14, 11:06 pm, Ryan M. [email protected]

Amy D. wrote:

I tried: @bcc = [“email1”, “email2”, “email3”], but it never seems to
send
anything to email1 and email2, just email3.

I’m also having this problem. Mail is sending fine to the @recipients
addresses and @cc addresses, but the @bcc emails don’t go through. I
found the following in the actionmailer change logs: “BCC headers are
removed when sending via SMTP 1402”

Anyone know why the BCC headers are being removed in the first place?