Navigation:  PRS Administration Guide > HTML Mail Signatures >

HTML Mail signature Examples

Previous pageReturn to chapter overviewNext page

NOTE: To customise the HTML signature you need to be familiar with HTML, if you're not then we advise sticking to the default signature or copying and pasting working examples.

 

This is the default signature that is generated automatically by the PRS:

 

<b style="color:navy;">{name}&nbsp;&nbsp;&#8212;&nbsp;&nbsp;{company}</b><br>

Phone: {phone}<br>

Mobile: {mobile}<br>

Email: <a href="mailto:{email}">{email}</a><br>

 

Example output:

 

Here's a more complex customised signature that customises the body text style and places the logo to the left of the signature:

 

<pre style="font-size:10pt; font-family:Helvetica,Arial,sans-serif;">

{body}

</pre>

<br />

<table style="font-size:10pt; font-family:Helvetica,Arial,sans-serif;">

<tr>

<td valign="top"><a href="{website}"><img border=0 src="{logo}"></a>

</td>

<td>

<b style="color:navy;">{name}&nbsp;&nbsp;&#8212;&nbsp;&nbsp;{company}</b><br>

Phone: {phone}<br>

Mobile: {mobile}<br>

Email: <a href="mailto:{email}">{email}</a><br>

Web: <a href="{website}">{website}</a><br>

<br><small>This message was sent from the <a href="{website}">PRS</a></small><br>

</td>

</tr>

</table>

 

Example output::