Zen Cart Logo
Forums / General Questions / Newsletter Email Archiving

Newsletter Email Archiving

Locked

Views: 2,069

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
2 Jun 2008, 2:20 AM
#1
gothstone avatar

gothstone

Zen Follower

Join Date:
Jun 2005
Posts:
330
Plugin Contributions:
0

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?

10 Jun 2008, 5:13 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: Newsletter Email Archiving

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

change line 102 fromzen_mail($audience->fields['customers_firstname'] . ' ' . $audience->fields['customers_lastname'], $audience->fields['customers_email_address'], $this->title, $this->content, STORE_NAME, EMAIL_FROM, $html_msg, '[B]newsletters[/B]');to:```
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, '[B]no_archive[/B]');

23 Jun 2008, 12:30 AM
#3
gothstone avatar

gothstone

Zen Follower

Join Date:
Jun 2005
Posts:
330
Plugin Contributions:
0

Re: Newsletter Email Archiving

Thanks!

11 Nov 2008, 8:40 AM
#4
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

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 :)