Looking to better organize the email traffic.
How is an unsubscribe email added to admin?
Need to change the unsubscribe links and references in the newsletters and emails to send unsubscribe email to unsubscribe@yoursite
/includes/languages/email_extras.php
Line 28: define('EMAIL_DISCLAIMER'
If you feel that you have received this email in error, please send an email to %s '
Line 31:
define('TEXT_UNSUBSCRIBE', "\n\nTo unsubscribe from future newsletter and promotional mailings, simply click on the following link: \n");
Line 34:
define('EMAIL_ADVISORY', '-----' . "\n" . '<strong>IMPORTANT:</strong> For your protection and to prevent malicious use, all emails sent via this web site are logged and the contents recorded and available to the store owner. If you feel that you have received this email in error, please send an email to ' . STORE_OWNER_EMAIL_ADDRESS . "\n\n");
Thanks in advance!


Reply With Quote

