Html mail signature template

Here is a basic HTML email signature template that you can customize to fit your needs:

<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr>
    <td align="center" valign="top">
      <table border="0" cellpadding="0" cellspacing="0" width="600">
        <tr>
          <td align="left" valign="top">
            <h2 style="font-size: 18px; font-weight: bold; color: #333;">Your Name</h2>
            <p style="font-size: 14px; color: #666;">Your Title</p>
            <p style="font-size: 14px; color: #666;">Your Company</p>
            <p style="font-size: 14px; color: #666;">Your Email Address</p>
            <p style="font-size: 14px; color: #666;">Your Phone Number</p>
          </td>
        </tr>
        <tr>
          <td align="left" valign="top">
            <p style="font-size: 12px; color: #999;">This email and any attachments are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient, please do not read, distribute, or take any action in reliance on the contents of this email.</p>
          </td>
        </tr>
        <tr>
          <td align="left" valign="top">
            <p style="font-size: 12px; color: #999;">[Your Company Name] | [Your Company URL]</p>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>

You can customize this template by replacing the bolded text with your own information. You can also add or remove sections as needed.

Here are some tips to keep in mind when creating your email signature: