Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2005
    Posts
    356
    Plugin Contributions
    0

    Default Newsletter Email Archiving

    I use email archive manager to refer back to on occasion, so I want to leave "Email Archiving Active" set to true. I do not however need to keep over 1600 copies of my monthly newsletter. How can I disable the email archive function for my newsletters, but not email?
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

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

    Default Re: Newsletter Email Archiving

    /admin/includes/modules/newsletters/newsletters.php

    change line 102 from
    Code:
          zen_mail($audience->fields['customers_firstname'] . ' ' . $audience->fields['customers_lastname'], $audience->fields['customers_email_address'], $this->title, $this->content, STORE_NAME, EMAIL_FROM, $html_msg, 'newsletters');
    to:
    Code:
          zen_mail($audience->fields['customers_firstname'] . ' ' . $audience->fields['customers_lastname'], $audience->fields['customers_email_address'], $this->title, $this->content, STORE_NAME, EMAIL_FROM, $html_msg, 'no_archive');
    .

    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
    Jun 2005
    Posts
    356
    Plugin Contributions
    0

    Default Re: Newsletter Email Archiving

    Thanks!
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  4. #4
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Newsletter Email Archiving

    I have the paypal debug logs set to email to me, what would I need to change in what file to have them not be archived also? I already used the code above to disable the newsletter archiving, thanx :)
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

 

 

Similar Threads

  1. email newsletter
    By MHulak in forum Basic Configuration
    Replies: 1
    Last Post: 13 Aug 2012, 06:44 PM
  2. Archiving Gift Coupons?
    By CaroleAs in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 2 Jan 2011, 06:23 PM
  3. Email Archiving Mgr installed but blank page
    By bigalh in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 21 Oct 2009, 04:28 PM
  4. How Necessary is Email Archiving?
    By zcnb in forum General Questions
    Replies: 2
    Last Post: 24 Oct 2008, 05:09 AM
  5. newsletter email
    By billt in forum General Questions
    Replies: 5
    Last Post: 6 Dec 2007, 01:55 AM

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