Free Email Signature Generator

Create a professional HTML email signature. Copy & paste into Gmail or Outlook.

No data leaves your device

Your Details

Preview

How do I add this to Gmail?

Click "Copy Signature", then in Gmail go to Settings → General → Signature. Click in the signature box and paste (Ctrl+V / Cmd+V). Gmail will preserve the formatting.

How do I add this to Outlook?

Click "Copy Signature", then in Outlook go to Settings → Mail → Compose and reply. Click in the signature editor and paste. For the desktop app: File → Options → Mail → Signatures → paste into the editor.

Why HTML Email Is Such a Strange Place to Design In

If you've ever crafted a signature in a website's CSS-and-flexbox world and then watched it disintegrate inside an email, you've met the central problem: there is no single "email rendering engine." Every major mail client uses different code to display HTML, and the rules for what works are decades behind the modern web. Gmail strips most CSS that lives outside the element's style attribute, Apple Mail uses WebKit (so it's fairly modern), and Outlook for Windows has rendered HTML emails using Microsoft Word's HTML engine since Outlook 2007, which means flexbox, grid, modern selectors, web fonts, and most CSS animations simply don't work. The compatibility scoreboard at caniemail.com tracks all this and is sobering reading.

The practical consequence: HTML email signatures are designed against the lowest common denominator. The code this generator emits uses inline styles and a table-based layout, the only combination that survives the trip through Outlook desktop, Outlook 365 web, Gmail, Apple Mail, Yahoo, iCloud, and the various mobile clients without falling apart.

What Belongs in a Modern Signature

There's no single "correct" signature, but the elements that consistently earn their place:

Optional, increasingly common since 2020: pronouns (he/him, she/her, they/them) on the same line as the title.

What to Leave Off

Why Tables and Inline Styles?

Two compatibility realities make this the only safe choice:

  1. Outlook desktop renders HTML using Microsoft Word. Word's HTML engine doesn't understand display: flex, display: grid, modern positioning, most pseudo-classes, or web fonts beyond a couple of system fonts. Tables with explicit widths and inline padding are what Word can lay out reliably.
  2. Gmail aggressively strips CSS that lives in a <style> block or external stylesheet, even quoted in an email reply, those rules vanish. CSS in style="..." attributes on individual elements survives.

The combination, table layout for structure, inline styles for visual rules, produces a signature that looks the same in Outlook, Gmail, Apple Mail, and the various Outlook web variants. The output of this tool follows that pattern.

How to Paste It Where It Goes

Image Hosting Choices

Two ways to include an image in a signature, each with trade-offs:

The reliable option for a corporate signature: a hosted HTTPS image at modest size (under 30 KB), with the alt attribute filled in so it degrades to readable text when images are blocked.

Compliance and Legal Requirements

Several jurisdictions legally require specific information in business email signatures:

Common Mistakes

  1. Designing in a website tool and exporting to email. Modern CSS doesn't survive in Outlook desktop. Build for email constraints from the start.
  2. Heavy decorative imagery. Every email you send (and every reply someone makes) carries the weight. Aim for <30 KB total signature image weight.
  3. Skipping alt text on images. When images are blocked (Outlook desktop's default for external senders), an empty alt collapses the layout. Always set descriptive alt text.
  4. Putting all contact info in the image. If a recipient blocks images, they see nothing. Critical info (name, title, phone) must be in HTML text.
  5. Long URLs displayed in full. Wrap them in a short link or use anchor text ("LinkedIn") instead of https://www.linkedin.com/in/yourname-12345.
  6. Quotes, slogans, and motivational lines. Recipients widely report finding these unprofessional.
  7. Different signatures across devices. Set the same signature on every device you send mail from, recipients notice the inconsistency on threads where you reply from desktop and mobile.

Frequently Asked Questions

Why does my signature look different in Outlook than Gmail?

Different rendering engines. Outlook desktop uses Microsoft Word's HTML engine and renders many CSS properties differently from WebKit-based Apple Mail or the engines Gmail web and Outlook 365 web use. The signature this tool produces is built to look acceptable in all of them, never identical, but always recognisably the same signature.

Can I include an animated GIF?

Yes, but Outlook 2007 to 2019 desktop renders animated GIFs as the first frame only. Design the first frame to stand alone, if your animation depends on a sequence to convey meaning, you'll lose half your audience. Gmail, Apple Mail, and Outlook 365 web play GIFs normally.

Is my data uploaded anywhere?

No. The signature is built entirely in your browser. Your name, title, contact info, and social URLs go from the form to the preview to the clipboard, never to a server, never to an analytics endpoint, never to a marketing list. Many signature-builder sites monetise by harvesting exactly this contact data; this one doesn't.

Should I include a photo of myself?

Optional. Photos make signatures feel more personal and warm, but they add image weight and trigger the "show images" prompt in many corporate environments. A small (60 to 80 px) headshot tends to land well; a banner-sized photo doesn't. If your role is largely B2C, sales, customer success, recruiting, a photo helps; in heavily B2B contexts, name + title is enough.

What's the legal disclaimer some companies use?

Common in regulated industries (finance, law, healthcare): "This email and any attachments are confidential and intended solely for the addressee. If you have received this email in error please notify the sender and delete it." Whether it's legally enforceable is debated by lawyers, but it's standard practice in many sectors. UK companies legally need to include their registered name, registered office, registration number, and place of registration on business correspondence per the Companies Act 2006.

Can I have different signatures for different replies?

Most major clients (Gmail, Outlook, Apple Mail) let you create multiple signatures and pick which one is used as the default for new messages and which (often a shorter version) for replies and forwards. Build both with this tool and assign each to its slot in the client's settings.

Related Tools