IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#53079 - 02/15/16 11:42 AM html email image
vonfec Offline
OL Newbie

Registered: 04/18/12
Posts: 1
Im attempting to create a html email in the body of the message in the image plugin.
I would like to add a signature image into the email, is it possible to add images to the body using html

Top
#53081 - 02/15/16 12:33 PM Re: html email image [Re: vonfec]
Sophie Offline
OL User

Registered: 03/10/04
Posts: 59
You can embeded the image in BASE64 format.

<html>
<img src="data:image/gif;base64,put_data_here">
</html>

Top