• 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 recipients with php email scripts

Multiple recipients with php email scripts 12 years 8 months ago #18560

  • ureka
  • ureka's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Can't get the php email script to send te email to multiple recipients.
What is the corrects syntax i tried the following:
$adminEmail['cc'] = 'email@domain.com, email@domain.com';
$adminEmail['cc'] = 'email@domain.com; email@domain.com';
$adminEmail['cc'] = 'email@domain.com; email@domain.com; ';
Last Edit: 12 years 8 months ago by wilco.alsemgeest. Reason: Added code tag
The administrator has disabled public write access.

Re: Multiple recipients with php email scripts 12 years 8 months ago #18586

Hello,

I don't know why you would use PHP to do this.
The extension has CC and BCC in the configuration area where you can find admin e-mails and user e-mails.
Regards
Wilco Alsemgeest

Please note: my help is not official customer support. To receive your support, submit a ticket by clicking www.rsjoomla.com/my-support-tickets.html
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!