PHPList Remove “powered by” email footer
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.
GD Star Rating
a WordPress rating system
PHPList Remove "powered by" email footer, a WordPress rating system

This is not working in version 2.10.12