Complete Guide

Professional Email Signature: The Complete Guide

Your email signature is the last thing people read in every message you send. It shapes how colleagues, clients, and prospects perceive you and your company. Yet most professionals either use a bare-bones text block or an over-designed signature that breaks in half the email clients out there. This guide covers everything you need to create a professional email signature that looks great everywhere, reinforces your brand, and actually helps you do your job.

What is a professional email signature?

A professional email signature is a block of formatted text and optional images that appears at the bottom of every email you send. It typically includes your name, job title, company, and contact information. Think of it as your digital business card — it travels with every message and is often the first impression someone forms of your organization.

Unlike a casual sign-off, a professional signature is intentionally designed. It uses consistent branding — your company colors, logo, and typography — so that every email from your team looks unified. It is built with table-based HTML and inline styles so it renders correctly across Gmail, Outlook, Apple Mail, and dozens of other email clients, each of which interprets HTML differently.

A well-crafted signature does three things: it tells the recipient who you are, it makes it easy to contact you through other channels, and it subtly reinforces your brand every time someone reads your email. For teams, consistent signatures build credibility and make even a five-person startup look established.

What to include in your email signature

Every professional signature needs these core elements. Include only what serves the recipient — less is more.

Full name

Your first and last name, clearly readable. This is the most important element.

Job title & company

Your role and organization. Helps recipients understand who they’re emailing.

Email address

Your professional email. Seems redundant, but it makes it easy to copy and share.

Phone number

Optional, but valuable for sales, support, and client-facing roles.

Social links (1–2 max)

LinkedIn and your company website. Skip personal social profiles.

Company logo

Optional. Use a small, optimized image hosted on a CDN with an HTTPS URL.

CTA or banner

For sales and marketing roles only. Promote a demo, event, or product launch.

Professional email signature examples

Four real HTML signatures you can customize and use today. Each one is built with table-based HTML and inline styles for full email client compatibility.

Professional
New Message

To: recipient@company.com

Subject: Quick follow-up

Hi Sarah,

Thanks for our conversation earlier — I wanted to follow up with a few details.

Best regards,

Logo
Sarah Johnson
Marketing Director
+1 (555) 123-4567  |  sarah@acmecorp.com
LinkedinWebsite

Classic Vertical

A clean, traditional layout. Name, title, contact info stacked vertically with a subtle brand accent. Works for any industry.

Try it
Corporate
New Message

To: recipient@company.com

Subject: Quick follow-up

Hi Sarah,

Thanks for our conversation earlier — I wanted to follow up with a few details.

Best regards,

Logo Katherine Walsh
General Counsel
+1 (555) 890-1234
k.walsh@hartfield.com
Hartfield & Associates LLP
250 Park Avenue, New York, NY 10177
hartfield.com
This email may contain privileged or confidential information. If you are not the intended recipient, please delete it.

Corporate with Disclaimer

Formal layout with company description and a legal confidentiality note. Ideal for law firms, finance, and enterprise.

Try it
Sales
New Message

To: recipient@company.com

Subject: Quick follow-up

Hi Sarah,

Thanks for our conversation earlier — I wanted to follow up with a few details.

Best regards,

Michael Brooks
Senior Sales Manager
+1 (555) 789-0123
michael@closedeal.com
Logo
CloseDeal helps sales teams close faster with AI-powered pipeline management. Learn more here.
Book a chat with me
Connect with me on Linkedin
Introducing CloseDeal AI — Close 2x more deals
Book a Demo

Sales Pro with CTA

Designed for outbound sellers. Includes a CTA banner, booking link, and company description to drive engagement.

Try it
Modern
New Message

To: recipient@company.com

Subject: Quick follow-up

Hi Sarah,

Thanks for our conversation earlier — I wanted to follow up with a few details.

Best regards,

Logo
Emily Rivera
Emily Rivera
Product Designer
emily@designstudio.co  |  +1 (555) 345-6789
LinkedinWebsite

Modern Horizontal with Photo

Side-by-side layout with a headshot. Great for client-facing roles where personal recognition matters.

Try it

Dos and don'ts

Follow these rules to create a signature that looks professional and renders correctly everywhere.

Do

  • Use table-based HTML for layout
  • Keep the signature under 600px wide
  • Use inline styles on every element
  • Stick to 2–3 brand colors maximum
  • Include alt text on all images
  • Test across Gmail, Outlook, and Apple Mail

Don't

  • Use div-based or flexbox layouts
  • Add animated GIFs or videos
  • Include inspirational quotes
  • Use more than one font family
  • Embed base64-encoded images
  • Add JavaScript or interactive elements

How to create your professional email signature

Three steps, under 60 seconds, no account required.

01

Choose a template

Open the free generator and pick a layout that fits your role. Sales? Try the Sales Pro template with a CTA banner. Corporate? The Corporate template with a legal disclaimer. Not sure? Classic Vertical works for everyone.

02

Enter your details

Add your name, title, email, phone, logo URL, and brand colors. See a live preview that updates as you type. Adjust until it looks right.

03

Copy and paste

Click "Copy HTML" and paste into your email client's signature settings. The generated HTML uses table-based layout with inline styles, so it works in Gmail, Outlook, Apple Mail, and Thunderbird without modification.

Email client compatibility

The biggest challenge with email signatures is that every email client renders HTML differently. Gmail strips <style> tags entirely. Outlook desktop uses the Microsoft Word rendering engine, which ignores most modern CSS properties. Apple Mail is the most forgiving but still has quirks. Mobile apps add another layer of complexity.

The solution is table-based HTML with inline styles — the approach that has worked reliably since the early days of HTML email and continues to work today. Every signature generated by BrandFooter follows this approach. If you are building a signature by hand, avoid <div> layouts, CSS classes, flexbox, grid, and external stylesheets.

We have detailed setup guides for the most popular email clients:

Frequently asked questions

Answers to the most common questions about professional email signatures.

What makes an email signature professional?+

A professional email signature is clean, concise, and consistently branded. It includes your full name, job title, and one or two contact methods — nothing more. It uses table-based HTML with inline styles so it renders correctly across Gmail, Outlook, and Apple Mail. Avoid quotes, animated GIFs, or excessive social links. The hallmark of professionalism is restraint: include what the recipient needs and leave out everything else.

How many lines should a professional signature be?+

A professional email signature should be three to five lines of text. That typically covers your name, title, company, phone, and one link (LinkedIn or your website). Some roles may add a sixth line for a legal disclaimer or CTA banner, but anything beyond six lines risks being ignored. Remember that most recipients scan signatures in under two seconds — brevity is your friend.

Should I include a photo in my professional email signature?+

It depends on your role. Headshots work well for client-facing roles like sales, real estate, and consulting where personal recognition builds trust. For most corporate, technical, or academic roles, a clean text-based signature is more appropriate and loads faster. If you do include a photo, use a professional headshot cropped to 80x80 pixels or smaller, optimized to under 50KB.

What's the best font for email signatures?+

Stick with web-safe fonts that every email client supports: Arial, Helvetica, Georgia, Verdana, or Trebuchet MS. Do not use custom or Google Fonts — email clients cannot load external font files, so your signature will fall back to a system default and may look broken. Use a single font throughout your signature for a clean, consistent appearance.

How do I make my signature look the same in all email clients?+

Use table-based HTML with inline styles. This is the only reliable approach because each email client renders HTML differently — Gmail strips <style> tags, Outlook uses the Microsoft Word engine, and Apple Mail has its own quirks. Avoid divs, CSS classes, flexbox, and grid. BrandFooter generates signatures that follow these rules automatically.

Should I include social media links?+

Include one or two social links at most — typically LinkedIn and your company website. Every additional link dilutes the ones that matter. Avoid personal social media like Instagram or TikTok unless your role is in social media marketing. Use small, recognizable icons rather than full URLs, and always link to profiles you actively maintain.

Is it okay to include a marketing banner?+

Yes, a CTA banner can be effective for sales, marketing, and business development roles. Use it to promote a product launch, webinar, or demo booking link. Keep the banner under 480px wide, under 100KB, and update it regularly. For corporate, legal, or executive roles, skip the banner — it can look unprofessional in formal correspondence.

How often should I update my email signature?+

Update your signature whenever your contact information, title, or company branding changes. If you use a CTA banner, refresh it monthly or quarterly to keep it relevant. Stale signatures with outdated phone numbers or broken links damage your credibility. For teams, use a centralized tool like BrandFooter to push updates to everyone at once.

Create your professional email signature

Choose a template, enter your details, and copy the HTML. Free for individuals, no account required. For teams, BrandFooter keeps every signature on-brand with one-click deployment.