Can email text be formatted?

<< Klicke um das Inhaltsverzeichnis anzuzeigen >>

Navigation:  FAQs >

Can email text be formatted?

The formatting of body text transferred by PDFMAILER to the email client can be a little problematic. The MAPI interface used by gotomaxx PDFMAILER does not allow formatting.

As a workaround, you can format the email text via HTML – provided your email client supports HTML. The body text must be added as a valid HTML or transferred via the control symbol.

The transferred HTML code will then be forwarded by PDFMAILER to the email client, where it will be interpreted.

 

Example of HTML-formatted body text via control symbol:

 

@@sa<HTML>@@

@@sa<body>@@

@@sa<p>@@

@@sa<font color=”#FF0000”>This is the body text in red font</font><br>@@

@@sa<font color="#0000FF" face=”Arial”>This line is blue and in Arial</font><br>@@

@@sa</p>@@

@@sa</body>@@

@@sa</HTML>@@

 

(As always, please note that a control symbol must not contain a line break due to the length)

 

Tip:

An HTML reference can be found at http://de.selfhtml.org.