Zen Cart Logo
Forums / General Questions / Email to Customers - CC/BCC address

Email to Customers - CC/BCC address

Locked

Views: 3,306

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
22 Apr 2007, 10:52 PM
#1
arrse avatar

arrse

New Zenner

Join Date:
Nov 2006
Posts:
42
Plugin Contributions:
0

Email to Customers - CC/BCC address

I've had a search through the archive on this one but no joy.

Does anyone know if it is possible to add cc/bcc addressees on the standard 'Email to Customers' package?

TIA

23 Apr 2007, 12:10 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,606
Plugin Contributions:
0

Re: Email to Customers - CC/BCC address

Who else are you wanting to receive a copy?

23 Apr 2007, 7:30 AM
#3
arrse avatar

arrse

New Zenner

Join Date:
Nov 2006
Posts:
42
Plugin Contributions:
0

Re: Email to Customers - CC/BCC address

I often send replies to customers when I'm away from the main office and want to copy one of the other guys who works with me. That way we don't both respond ....

BTW I know I could use the email archive mod for this but I was hoping to get them to appear in his Outlook inbox.

23 Apr 2007, 9:04 PM
#4
drbyte avatar

drbyte

Sensei

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

Re: Email to Customers - CC/BCC address

You can add additional email addresses to the various "extra admin copy" emails in Admin->Configuration->Email Options

23 Apr 2007, 9:46 PM
#5
arrse avatar

arrse

New Zenner

Join Date:
Nov 2006
Posts:
42
Plugin Contributions:
0

Re: Email to Customers - CC/BCC address

Unfortunately DrByte, that isn't what I'm trying to do. I want to send a BCC/CC copy from the mail.php function under Tools>Send Email

24 Apr 2007, 7:51 AM
#6
drbyte avatar

drbyte

Sensei

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

Re: Email to Customers - CC/BCC address

Aha. That can be handy at times.

That functionality doesn't exist within Zen Cart at the present time - mostly because Zen Cart intentionally always sends individual emails.

You will have to add input fields to the admin page that collects the info, and then add functionality to supply the proper headers into the destination email so that the additional recipients are processed as desired, as well as supply a means to pass the desired information to the send function.

It might be easier to alter the code to just give you a couple checkboxes for whom to send copies to. Then when you have either or both checked (ie: him vs you), then have the system send another identical email to the checked recipients.

Or just hard-code a request to email both of you with the message anyway -- that way you both have an archive copy of the correspondence.

Kinda depends on the needs.

24 Apr 2007, 8:52 PM
#7
arrse avatar

arrse

New Zenner

Join Date:
Nov 2006
Posts:
42
Plugin Contributions:
0

Re: Email to Customers - CC/BCC address

Ok - thanks for clearing that up. I'll have a look at this when I get the chance and stick the code back up here when I have something.

Cheers for the prompt response - Zen Cart = great community support