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, 3.7 out of 5 based on 6 ratings