By default when you send an email campaign out you will see a footer at the bottom of the campaign. The footer differs depending on the format, html or text, of the campaign. To change or remove the footer follow these steps:
There are two methods that you can use to modify the footer.
First method, a per user scope:
1.) Go to User Accounts and select "Edit" for the user whose footer needs changing
2.) Change the "HTML Footer" and "Text Footer" values to the footer you desire.
3.) Save your changes!
Second method, a global scope:
1.) Open the file whitelabel.php located on your ftp server at /admin/com/language/default/whitelabel.php
2.) Hit find and search for the text define('LNG_Default_Global_HTML_Footer'
3.) Change this and the 'LNG_Default_Global_Text_Footer' to the footer you desire
Examples:
define('LNG_Default_Global_HTML_Footer',''); //would set the HTML footer to blank
define('LNG_Default_Global_Text_Footer ',''); //would set the text footer to blank
Or, for 5.7.4+, follow this for global:
1.) Go to Settings, Private Label Settings
2.) Change the "HTML Footer" and "Text Footer" values to the footer you desire.
3.) Save your changes!
