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
#32870 - 06/04/10 05:07 AM HTML Email possible
Michel Wagenaar Offline
OL Newbie

Registered: 02/25/10
Posts: 6
Goodday,

We have a lot of processes which ends up sending a PDF by email, through the 'PlanetPress Image' function.

I know I can use simple HTML and CSS for the email message, but I got a few questions about this:

1 - I can't figure out how I can show an embedded image, I don't want host the image on a server, I really want to embed it in the mail itself.

2 - Is there a way to show PP variables inside a CSS div?

3 - Is css fully supported? For example the mail shows the font I want, but ignores the width and height of my div, but on the other hand does listen to the padding and marging parameters.

Basically all I want for now is a pretty signature with the company logo and the employees name (the variable).

Thanks for any suggestions.

Top
#32871 - 06/07/10 11:46 AM Re: HTML Email possible
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
Michel,

Just to clarify things here. The HTML support isn't a feature of PlanetPress, it's your email client(such as Outlook) that will read the email's content as HTML, and interprete it accordingly.

You can put anything you want in the body including variable data in the various HTML/CSS fields, PPress won't treat the message any differently if you put HTML or not. Whether the email will actually be read as HTML and display the attached image, and whether it fully supports CSS, all depends on which email client you use, and how you set it up, and it's feature/limitations. (for example, you have a better chance of getting everything fully working if you use Outlook's Inbox rather than Windows Live's Inbox)

Regards,
Rapha

Top
#32872 - 06/17/10 03:00 AM Re: HTML Email possible
Michel Wagenaar Offline
OL Newbie

Registered: 02/25/10
Posts: 6
Thanks for explaining.

Top