Zen Cart Logo
Forums / Managing Customers and Orders / Contact Us - Multiple Email Recipients

Contact Us - Multiple Email Recipients

Views: 973

Results 1 to 2 of 2
27 Feb 2012, 5:52 AM
#1
my_red_zebra avatar

my_red_zebra

New Zenner

Join Date:
Sep 2011
Location:
Melbourne, Australia
Posts:
31
Plugin Contributions:
0

Contact Us - Multiple Email Recipients

HI, can anyone help me with some information here.

We operate as a main store front for several stores nationally (who all sell the same thing). What we want: when a shopper fills in the Contact Us form, we want that email to be sent to two places at the same time - 1. being us as the site manager and 2. directly to the store to answer the question.

We understand this can be achieved via our email client, however this isn't an ideal solution as for each shop that we have we will need an individual mailbox set up (in the future this could be anywhere up to 100+ mailboxes!).

Is there a mod/capability out there that allows us to simply have the Contact Us email go to two places at once (in the same way the order can go to multiple places at once).

We would appreciate any advice or assistance.

27 Feb 2012, 6:47 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Contact Us - Multiple Email Recipients

You can customize the code in /includes/modules/pages/contact_us/header_php.php to do whatever your unique business needs require. Perhaps adding a second call to zen_mail and use the EMAIL_FROM address might be the best approach for you. Otherwise you'll need to get more creative with the code for it to suit your custom needs.