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
這篇文章有幫助嗎?

相關文章

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?

To protect the email service and ensure a timely and reliable experience for customers, the...

I'm having issues composing messages in Webmail

If you're having issues composing mail in Webmail, there are a few things you can try: Make...

I am unable to log in to Webmail

If you are still unable to access Webmail, try the following troubleshooting steps: Verify the...

Searching for an Email

When you are in an email folder (Inbox, Drafts, Sent, etc.), the Search box will appear above the...