HTML Email signature template example

Paste the HTML code below into the signature editor. There is a guide available on adding a signature to Webmail here

Some tips when creating your email signature:

  • Make sure to switch to the HTML or rich text editor if necessary.
  • Make sure to replace Your Name, Your Job Title, your.email@example.com, and www.example.com with your own information.
  • Make sure to use the proper format for phone numbers in your area.+1-555-555-5555.
  • Send a test email to yourself to make sure your signature is displayed correctly.

Here's an example of a fancy HTML email signature:

<html>
<head>
<style>
.signature {
font-family: Arial, sans-serif;
font-size: 14px;
color: #333;
line-height: 1.5;
}
.name {
font-size: 18px;
font-weight: bold;
}
.job-title {
font-style: italic;
color: #777;
}
.contact {
display: flex;
align-items: center;
margin-top: 15px;
}
.contact img {
margin-right: 10px;
}
.contact a {
color: #0366d6;
text-decoration: none;
}
.website {
margin-top: 15px;
}
</style>
</head>
<body>
<div class="signature">
<div class="name">Your Name</div>
<div class="job-title">Your Job Title</div>
<div class="contact">
<img src="https://icon-library.net/images/email-icon-png/email-icon-png-21.jpg" width="20" height="20">
<a href="mailto:your.email@example.com">your.email@example.com</a>
</div>
<div class="contact">
<img src="https://icon-library.net/images/phone-icon-png/phone-icon-png-11.jpg" width="20" height="20">
<a href="tel:+1-555-555-5555">+1-555-555-5555</a>
</div>
<div class="website">
<a href="https://www.example.com">www.example.com</a>
</div>
</div>
</body>
</html>

  • 34 Users Found This Useful
Was this answer helpful?

Related Articles

Email Server Settings

Email Server Settings for Thexyz Email Use the settings marked below for setting up your email...

How many messages can I send out?

Thexyz Email – Sending Limits Thexyz Email is designed for professional, day-to-day...

Email sending best practices

Sending Email Person-to-Person When sending email person-to-person, these tips are general...

Getting started with Thexyz email

Use this brief step-by-step guide to help you get started with Thexyz email. This guide assumes...

Syncing your contacts with CardDAV to Microsoft Outlook

CardDAV is a protocol used to manage and synchronize contacts between multiple devices. If you...