Email Signature Generator
EverydayCreate a professional HTML or plain text email signature. Enter your name, title, company, phone, and links — copy-paste ready in seconds, no account required.
What is a Email Signature?
An email signature is the professional footer that appears at the bottom of every email you send — your name, title, company, and contact details presented consistently without requiring you to type them each time. Beyond convenience, a well-structured email signature serves as a business card in every conversation, reinforcing your professional identity and making it easy for recipients to contact you through their preferred channel.
The Email Signature Generator creates two formats from a single form: an HTML signature with clickable links, structured layout, and styled text, and a plain text signature that works in any environment. Rather than wrestling with your email client's signature editor — which often reformats pasted text unpredictably — you can generate the raw HTML or plain text here and paste it exactly as needed.
HTML email signatures must use table-based layouts and inline styles because most email clients, particularly Outlook on Windows, do not support modern CSS layout (flexbox, grid) or externally referenced stylesheets. The generator handles this complexity automatically, producing a table-structured HTML block that renders correctly across Gmail, Outlook, Apple Mail, Samsung Mail, and mobile email clients.
Plain text signatures are useful for contexts where HTML is stripped — some corporate mail servers and government-sector email systems reject HTML-formatted emails as potential phishing attempts, and a plain text fallback ensures your contact details still reach those recipients legibly.
The generator pre-fills defaults to demonstrate format expectations, including an Indian phone number format (+91) to reflect the platform's primary audience, though the fields accept any international number or contact detail.
See Signature Generator for creating handwritten-style digital signatures. For the other foundational content a new business needs, Privacy Policy Generator produces the legal text every website and business communicating via email should have.
How to use this Email Signature calculator
- Enter your Full Name — use your professional name exactly as you want it displayed in emails.
- Enter your Job Title — keep it concise (e.g. "Senior Product Manager", "Chartered Accountant").
- Enter your Company name — as it appears on your business cards or official documents.
- Enter your Email Address — this becomes a clickable
mailto:link in the HTML version. - Enter your Phone Number — include the country code for international clarity (e.g. +91 98765 43210).
- Enter your Website URL — include
https://so the link works correctly. Leave blank if you do not have a site. - Optionally enter your LinkedIn URL — the full profile URL from your browser's address bar.
- Select your Output Format — choose HTML for use in Gmail, Outlook, or Apple Mail; choose Plain Text for environments that strip HTML.
- Copy the Email Signature output and paste it into your email client's signature settings. In Gmail: Settings → See all settings → Signature → [Create or edit].
Formula & Methodology
The HTML output is a table-based layout using inline styles — the only approach that renders reliably across all major email clients including Outlook on Windows, which uses the Word HTML rendering engine and does not support CSS grid, flexbox, or external stylesheets. Structure used:html <table cellpadding="0" cellspacing="0" style="font-family:Arial,Helvetica,sans-serif;border-collapse:collapse"> <tr><td><strong style="font-size:15px">Jane Smith</strong></td></tr> <tr><td style="color:#555;font-size:12px">Senior Product Manager · Acme Corp</td></tr> <tr><td style="font-size:12px;color:#333"> <a href="mailto:jane@acmecorp.com" style="color:#2563eb;text-decoration:none">jane@acmecorp.com</a> | <a href="tel:+919876543210" style="color:#2563eb;text-decoration:none">+91 98765 43210</a> | <a href="https://acmecorp.com" style="color:#2563eb;text-decoration:none">acmecorp.com</a> </td></tr> </table>Phonetel:links strip all spaces, hyphens, parentheses, and plus signs from the dial string while keeping the human-readable display format intact. Website display strips thehttps://prefix for cleaner appearance. All styles are inline — no<style>blocks, no class references — ensuring compatibility with email clients that strip<head>content. For background on the underlying term, see our glossary entry on Disposable Email.
Frequently Asked Questions