Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Customer Email CC

    Is there a way to CC myself an email that I send to a customer via the Customer list, ie not via an order edit, or gv, or other form emails - just an individual email sent by clicking the email button on the customer's info page.

    I don't want to archive all emails like order confirmations and status changes that I've got already set to cc myself.

    I've got my email transport method set as default php. I do know emails sent via customer page, in fact, are being sent and received. But I can't find a copy of same anywhere or how to set up that I get a cc.

    zc 1.3.9f on recommended host server, linux.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Customer Email CC

    You'll have to hack the code.
    functions_email.php around line 224 you'll see this:
    Code:
          //$mail->AddBCC(STORE_NAME, STORE_OWNER_EMAIL_ADDRESS);
    Change that to this:
    Code:
          if ($module == 'direct_email') $mail->AddBCC(STORE_OWNER_EMAIL_ADDRESS, STORE_NAME);
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Customer Email CC

    Thank you Dr. Byte.

 

 

Similar Threads

  1. Email Address Exporter - How can I export the email addresses of every customer?
    By SpencerW in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 14 Oct 2011, 07:35 AM
  2. Email copy of customer order to second email address
    By WHOSYOURDADDY in forum Customization from the Admin
    Replies: 2
    Last Post: 13 Oct 2009, 03:31 AM
  3. Replies: 4
    Last Post: 9 Jun 2009, 08:17 PM
  4. EMail Admin the same Email message that is sent to customer
    By dubya01 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Aug 2007, 03:47 AM
  5. email wont send to customer, but admin get email just fine
    By Jiancai in forum General Questions
    Replies: 1
    Last Post: 11 May 2006, 03:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg