Skip to main content

PHPList Remove “powered by” email footer

By October 19, 2009October 13th, 2010Server Admin

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.

0 0 votes
Article Rating

Author Dhillon

More posts by Dhillon

Leave a Reply

9 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
14 years ago

This is not working in version 2.10.12

14 years ago

This worked great thanks so much.

14 years ago

Under version 2.10.12, this only change/removes powered by line in text emails, but not in html emails.

Jimbob
14 years ago

Stefan :This is not working in version 2.10.12

This does work for 2.10.12 – change both text + html sig’s :

$text[“signature”] = “”;
$html[“signature”] = “”;

Prachi
12 years ago

Thanks,

This is working

Jimmy Oufreight
12 years ago

I changed both sigs and it still didnt work on the new version. Only text, not HTML> do you have to mess with the other sig lines? i pulled out every reference to a png picture as well. Also set config to no registration.

$html[“signature”] = $PoweredByImage;#’‘;

This is another sig i didnt want to fool with but I pulled all the references to the pic out of there too and still not working in html.

12 years ago

where do i go and change the codes because i am not good at coding please help
i am using php version 2.10.19

12 years ago

Jimmy: You can replace
$html[“signature”] = $PoweredByImage;#’‘;
with
$html[“signature”] = “”;

csapic: go to folder
yourdomain.com/phplistfolder/admin
edit sendemaillib.php

Gus
12 years ago

Great, thanks for all this

9
0
Would love your thoughts, please comment.x
()
x