My Logo NEAR Php Logo

Hello
there’s a way to pu a my logo near PhpList’s footer logo?
I understand that i need to modify “sendemaillib.php”.
You’ve got an example … how do this??

I’ve try this:

Hello
there’s a way to pu a my logo near PhpList’s footer logo?
I understand that i need to modify “sendemaillib.php”.
You’ve got an example … how do this??

I’ve try this:

if (!EMAILTEXTCREDITS) {
$html[“signature”] =

but not working.

Hello
i’ve understand that logo image is in connect.php , Key : $PoweredByImage
but i dont’understand how the system create an attachment of this image

Content-Type: image/png; name="powerphplist.png"
Content-Transfer-Encoding: base64
Content-ID:
Content-Disposition: inline; filename=powerphplist.png

@andry79fi You can position the “powered by phplist” image using the [SIGNATURE] placeholder in your template. Then position your own image in relation to that.

This way you are not modifying the phplist code.

Hi, the best thing is to edit the template and/or footer. You can learn about it in the manual at phpList.org/manual.

You don’t need to do hardcoding for this :smile:

Best

a
x

Hello
thank you to all.

Yes i can use Footer or Template but I noticed that the logo “phplist” is sent as attachment and not as an image by html.

If I insert html code in Template or Footer
( like : …img alt="" src=“http://.****.it/images/image/powered-by.jpg” style="width: 75px; height: 33px; )

…this image is blocked by the most common mail’s software (like thunderbird). ( X )
Logo Phplist is not blocked

Hi

If you follow this guide https://www.phplist.org/manual/ch024_diy-super-simple-template.xhtml as an example, it shows you how to add images to the template in a way which makes them an attachamnet.

A
x