Skip to main content
good read!

What Belongs in an Email Signature in 2026

Robert James Gabriel
5 min
What Belongs in an Email Signature in 2026 (And What Really Doesn't)
enjoy!

You can tell a lot about a company by its email signatures. Somewhere between the fourth social icon, the inspirational quote, the "please consider the environment" plea, and a legal disclaimer longer than the actual email, a signature stops being contact information and becomes a small billboard nobody asked for.

Having built our free Email Signature Generator — and having received tens of thousands of emails — here's an honest guide to what belongs in a signature in 2026, and the technical traps that make perfectly nice signatures fall apart in other people's inboxes.

The four-line rule

A signature has one job: who is this, and how do I reach them. That's four lines:

  1. Name — the anchor; make it the visually strongest line
  2. Role and company — one line, comma-separated
  3. One way to reach you — a phone number or a scheduling link, not both, not three
  4. One link — your website (people who want your socials will find them there)

Add a small logo or headshot if you like — it genuinely helps people remember who they're talking to across long threads. Everything beyond that is decoration that gets scrolled past.

What doesn't earn its place: more than three social icons (each one after the first dilutes the rest), inspirational quotes (your recipient's inbox is not a mug), "Sent from my iPhone" humility theater, and — for most people — the multi-paragraph legal disclaimer. Those disclaimers are largely unenforceable boilerplate; unless legal or regulated-industry compliance actually requires one, it's two hundred words of noise under every "sounds good, thanks!"

Why signatures break in other people's inboxes

Here's the part most guides skip: the signature that looks great in your compose window renders in their mail client. And mail clients are where modern CSS goes to die.

  • Outlook renders HTML with Microsoft Word's engine. Flexbox, grid, rounded corners, web fonts — gone. If your signature layout isn't built from old-fashioned HTML tables with inline styles, Outlook will quietly rearrange it into abstract art.
  • Images are blocked by default in plenty of corporate clients. If your entire signature is one image, some recipients see one broken-image icon where your name should be. Text must carry the essentials; images are enhancement only.
  • Images must be hosted, not pasted. Embedded/base64 images get stripped or converted to attachments by several clients (nothing says professional like "signature.png (attached)"). Host the logo at a real HTTPS URL.
  • Dark mode inverts assumptions. Pure-black text specified without a color declaration is fine — clients adapt it. But a transparent-background dark logo disappears into a dark theme. Test both.
  • Keep it under ~10KB of HTML. Gmail clips long messages, and a bloated signature spends that budget on every single email in the thread.

This is exactly why our generator outputs boring, bulletproof table-based HTML with inline styles — the kind that renders identically in Gmail, Outlook, and Apple Mail — and previews it in a realistic compose window so you see what recipients see before you commit.

Reply signatures: the pro move

Your full signature belongs on the first email to someone. By reply number six, it's wallpaper. Most clients support a separate reply signature — set it to just your name, or name plus phone. Threads stay readable, and you still look like someone with their act together.

Set it up once, properly

  1. Build the signature in the Email Signature Generator — pick a template, fill in your details, watch the live preview.
  2. Copy it into Gmail, Outlook, or Apple Mail (the tool includes per-client instructions — each one hides the signature setting somewhere different).
  3. Send yourself a test, and view it on your phone and in dark mode.
  4. Then stop thinking about it, ideally for years.

A good signature is like good typography: nobody compliments it, but everybody notices when it's wrong. Four lines, real text, hosted images, table-based HTML. Done.