Each user can set up his/her email signature under Personal Settings in MediaOS. By setting this up your email signature will sync to all outgoing emails from MediaOS. We recommend creating an email signature from any email signature generator. For example, HubSpot's email signature generator. Once generated copy and paste the HTML email signature in the section entitled email signature.
Please note: HTML Email signatures can be tricky. They must be completely valid HTML in order to display properly in all situations. While we cannot assist you with your signatures, we will run what you provide through a cleanup routine. Any invalid HTML will be removed in this process. We've provided a link below to the W3 HTML validator. You can copy and paste your signature there to determine if it's valid. This tool will let you know of any potential problems. Then, to set up your email signature, you'll paste your HTML code in the space provided in your MediaOS Personal Settings.

Sample Email Signature HTML Code #
For reference, we've included a sample email signature code below that you can use. Simply edit the highlighted areas with your own information.
<table style="width:450px; font-size:10pt; font-family:sans-serif; color:#7e2c55; border:0;" width="450" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="150" rowspan="5" valign="top" style="vertical-align:top; width:150px;">
<a href="[Your Website URL]">
<img src="[Your Headshot URL]" alt="Logo" width="123" style="width:123px; height:auto; border:0;" />
</a>
</td>
<td style="padding:0; line-height:27px; vertical-align:top; font-family:Verdana, sans-serif; font-size:14pt; color:#000000;">
<strong><span>[Your Name]</span></strong>
</td>
</tr>
<tr>
<td style="padding:0; line-height:18px; vertical-align:top; font-family:Verdana, sans-serif; font-size:10pt; color:#000000;">
<span style="color:#2c2c2c;">[Your Title]</span>
</td>
</tr>
<tr>
<td style="padding:5px 0; line-height:18px; border-bottom:1px solid; font-family:Verdana, sans-serif; font-size:10pt; color:#000000; vertical-align:top;">
<span style="font-size:9pt; color:#2c2c2c;">[Your Company’s Street Address]</span>
<span> • </span>
<span style="font-size:9pt; color:#2c2c2c;">[Your Company’s City, State, and Zip Code]</span>
</td>
</tr>
<tr>
<td style="padding-top:5px; line-height:18px; font-family:Verdana, sans-serif; font-size:10pt; color:#2c2c2c; vertical-align:top;">
<span>
<img src="[phone icon URL]" alt="phone icon" height="12" width="12" style="border:0; vertical-align:middle;" />
[Your company phone number] | office
</span><br />
<span>
<img src="[mobile phone icon URL]" alt="mobile icon" height="12" width="12" style="border:0; vertical-align:middle;" />
[Your cell phone number] | mobile
</span><br />
<span>
<img src="[email icon URL]" alt="email icon" height="12" width="12" style="border:0; vertical-align:middle;" />
[Your work email address]
</span><br />
<span>
<img src="[website icon URL]" alt="website icon" height="12" width="12" style="border:0; vertical-align:middle;" />
<a href="[your website URL]" style="text-decoration:none; color:#9b0e29;">[your website URL]</a>
</span>
</td>
</tr>
<tr>
<td style="padding-top:5px; vertical-align:top;">
<a href="[company Facebook URL]">
<img src="[Facebook icon URL]" alt="facebook icon" width="16" style="border:0;" />
</a>
<a href="[company LinkedIn URL]">
<img src="[LinkedIn icon URL]" alt="linkedin icon" width="16" style="border:0;" />
</a>
<a href="[company Twitter URL]">
<img src="[Twitter icon URL]" alt="twitter icon" width="16" style="border:0;" />
</a>
<a href="[company Instagram URL]">
<img src="[Instagram icon URL]" alt="instagram icon" width="16" style="border:0;" />
</a>
<a href="[company Pinterest URL]">
<img src="[Pinterest icon URL]" alt="pinterest icon" width="16" style="border:0;" />
</a>
</td>
</tr>
</tbody>
</table>