Hello,
First of all, couldn't find the answer on forums, so I'm trying to figure out why basic Email Disclaimer message doesn't show up in messages:
I've checked these files:This email address was given to us by you or by one of our customers. If you
feel that you have received this email in error, please send an email to
*[email protected]*
This email is sent in accordance with the US CAN-SPAM Law in effect
01/01/2004. Removal requests can be sent to this address and will be honored
and respected.
includes/languages/english/create_account.php
includes/languages/english/email_extras.php
admin/includes/languages/english/email_extras.php
and that text seems to be there.
But I don't see it in messages. Could anyone point me on how or where can I activate Email Disclaimer?PHP Code:define('EMAIL_DISCLAIMER', 'This email address was given to us by you or by one of our customers. If you feel that you have received this email in error, please send an email to %s');
define('EMAIL_SPAM_DISCLAIMER','This e-mail is sent in accordance with the US CAN-SPAM Law in effect 01/01/2004. Removal requests can be sent to this address and will be honored and respected.');
Thank you.


Reply With Quote

