How to Create an Email Footer: A Complete Guide

An email footer is the block of text, links, and branding that appears at the bottom of every email you send. Done well, it looks professional, builds trust, and — for business emails — often satisfies legal requirements. Done poorly, it clutters your message or breaks on half your recipients' screens. Here's what you need to know to build one that works.

What Is an Email Footer and Why Does It Matter?

An email footer serves a different purpose depending on whether you're sending personal emails, business correspondence, or marketing campaigns.

For personal and professional emails, a footer typically includes your name, job title, phone number, and maybe a website or social link. It acts as a digital business card — the reader doesn't have to scroll back up or go hunting for your contact details.

For marketing and newsletter emails, footers carry more weight. They're where you put your company's physical address, an unsubscribe link, legal disclaimers, and brand elements. In many countries, these aren't optional — they're legally required.

What Goes Into an Email Footer?

The contents of your footer depend on your purpose, but most effective footers include some combination of:

ElementPersonal/ProfessionalMarketing/Newsletter
Full name
Job title & company
Phone numberOptional
Website URLOptional
Social media linksOptional
Company addressRarely✅ (often required)
Unsubscribe link✅ (legally required)
Logo or brandingOptional
Legal disclaimerContext-specific

Laws like CAN-SPAM (US), CASL (Canada), and GDPR (EU) require marketing emails to include a physical mailing address and a clear way to opt out. If you're sending bulk or commercial email, these aren't design suggestions — they're compliance requirements.

How to Create an Email Signature Footer in Gmail, Outlook, or Apple Mail 📧

Gmail

  1. Open Settings (the gear icon) → See all settings
  2. Go to the General tab
  3. Scroll to Signature and click Create new
  4. Name your signature, then type or paste your footer content in the editor
  5. Use the toolbar to add formatting, links, or an image (like a logo)
  6. Under Signature defaults, choose when this signature appears (new emails, replies, or both)
  7. Scroll down and click Save Changes

Outlook (Desktop)

  1. Go to FileOptionsMailSignatures
  2. Click New, name your signature
  3. Build it in the editor — you can use formatted text, images, and hyperlinks
  4. Assign it to your email account and choose defaults for new messages and replies
  5. Click OK to save

Apple Mail (macOS)

  1. Open MailPreferences (or Settings on newer macOS versions) → Signatures
  2. Select your account on the left, click + to add a new signature
  3. Uncheck "Always match my default message font" if you want custom styling
  4. Type your footer content in the text area
  5. Drag the signature to your account to link it

How to Create an HTML Email Footer for Marketing Campaigns

If you're sending bulk emails through a platform like Mailchimp, Klaviyo, HubSpot, or ConvertKit, the footer is usually built into the email template rather than added manually each time.

Most platforms offer:

  • Visual drag-and-drop editors — you add a footer block and fill in your details
  • Pre-built footer templates — automatically populate the required legal text and unsubscribe link from your account settings
  • Custom HTML blocks — for users who want precise control over layout and styling

If you're coding your own HTML email footer, keep these principles in mind:

  • Use inline CSS, not external stylesheets — most email clients strip linked styles
  • Stick to table-based layouts — CSS Grid and Flexbox have inconsistent support in email clients
  • Set a maximum width of around 600px for desktop readability
  • Test across email clients — what renders cleanly in Gmail may look broken in Outlook or Apple Mail
  • Make links clearly tappable on mobile — footer links crammed together frustrate touchscreen users

A minimal, functional HTML footer might be just a few lines of inline-styled text and links. A fully branded one might include a logo, social icons, a legal block, and a styled unsubscribe button.

Key Variables That Shape Your Approach 🔧

How you build your email footer — and what goes into it — shifts meaningfully depending on several factors:

Your email volume and purpose. A personal footer for one-to-one emails is simple: plain text, a few lines, no compliance concerns. A footer for an e-commerce newsletter touches legal requirements, brand identity, and deliverability.

Your technical skill level. Platforms like Gmail and Outlook give you a visual editor with no coding required. Custom HTML footers give you full control but require familiarity with email-safe HTML and CSS — which behaves very differently from web HTML.

Your email platform. Consumer email clients (Gmail, Outlook, Apple Mail) and marketing platforms (Mailchimp, HubSpot) handle footers in fundamentally different ways. Your workflow depends on which you're using.

Your audience's devices. If most of your readers open email on mobile, a footer stuffed with links, logos, and multiple columns may collapse awkwardly. Single-column layouts tend to be safer across screen sizes.

Legal jurisdiction. If you're sending commercial email to recipients in the US, EU, Canada, or Australia, specific footer elements aren't optional — the rules vary by region and by what counts as "commercial" communication.

Common Footer Mistakes to Avoid

  • Too much text — footers aren't the place for lengthy disclaimers or your full company history
  • Images without alt text — many email clients block images by default; always add descriptive alt text
  • Tiny font sizes — anything under 11px becomes hard to read, especially on mobile
  • Broken unsubscribe links — these damage sender reputation and may violate compliance rules
  • No physical address on marketing emails — this is one of the most commonly missed legal requirements

The Variables That Make This Personal

The right email footer depends on a combination of factors that vary from one sender to the next: the email client or platform you use, the audience you're writing to, whether your emails are personal or commercial, your technical comfort level, and the legal requirements for your region and use case.

Someone sending individual client proposals from Outlook has very different needs from a startup running weekly newsletters through a marketing automation platform. Both need footers — but what those footers contain, how they're built, and what they must legally include can look completely different.