• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Multiple CC Recipients Using Email PHP Scripts

Multiple CC Recipients Using Email PHP Scripts 2 months 1 week ago #43263

The first example shown in PHP Email Scripts works for me when I am adding a single email recipient. But is it possible to have two email addresses to the CC or BCC variables?

I've tried:
$userEmail['bcc'] = 'email1@gmail.com','email2@gmail.com';

as well as:
$userEmail['bcc'] = 'email1@gmail.com, email2@gmail.com';

The best result I've had so far is that the second/last email receives the email, but not the first. I'm assuming there has to be a way to include two email addresses as CC or BCC, but I'm stumped.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!