How to remove ” powered by PHPList ” from email footer.
Edit sendemaillib.php in admin directory
Replace
$text[“signature”] = “\n\n–\nPowered by PHPlist, www.phplist.com –\n\n”;
With
$text[“signature”] = “”;
For Ver. 2.10.12 – change both text + html sig’s :
$text[“signature”] = “”;
$html[“signature”] = “”;
thanks to Jimbob for the tip.