✉️ No Signup — No Watermark

Email Signature Generator — Create Professional HTML Email Signatures Free

Build beautiful, professional email signatures for Gmail, Outlook, and Apple Mail in seconds. Add your photo, social links, contact info and branding — copy the HTML instantly. Free, no login required.

📖 Read Detailed Guide & FAQ
🎨 Template Style
🎨 Accent Color
👤 Personal Info
📞 Contact Details
🖼️ Profile Photo & Logo
🔗 Social Media
💬 Custom Tagline
📌 How to add to Gmail
  1. Click Copy for Gmail above
  2. Open Gmail → Settings ⚙️ → See all settings
  3. Scroll to Signature → Create new
  4. Click inside the text box and press Ctrl+V / Cmd+V
  5. Scroll down and click Save Changes

How to Create a Professional Email Signature

1
Choose a template — Pick from Modern Pro, Minimal, Bold, Classic, Dark, or Compact styles to match your professional brand.
2
Fill in your details — Enter your name, title, company, contact info, and optional photo/logo URLs. The preview updates in real-time.
3
Add social links — Include LinkedIn, Twitter/X, GitHub, and Instagram for a complete professional presence.
4
Copy for Gmail or Outlook — Click Copy for Gmail and paste directly into Gmail signature settings. For Outlook, use Copy HTML and paste in the HTML editor.

Frequently Asked Questions

How do I create a free email signature for Gmail?

Use this free generator to build your signature, click "Copy for Gmail", then open Gmail Settings → See All Settings → Signature → Create new → paste. It takes under 2 minutes.

What should a professional email signature include?

A strong professional email signature includes your full name, job title, company name, email, phone number, and website. Optionally add a profile photo, company logo, and LinkedIn link for extra credibility.

Does this email signature generator work with Outlook?

Yes. Click Copy HTML, then in Outlook go to File → Options → Mail → Signatures → New. In the editing box, click the HTML source button and paste the code.

How do I add a photo to my email signature?

Host your photo online (e.g., on your website, LinkedIn, or Google Drive with public link), then paste the URL into the Photo URL field. Recommended: square image, at least 100×100px, hosted on HTTPS.

Is there a size limit for email signatures?

Best practice is to keep your email signature under 10KB HTML. Our generator produces clean, compact code. Avoid embedding large images directly — always link to hosted images instead.

Related Tools

🔒 Your personal details never leave your browser. Zero data stored or uploaded.

👔
LinkedIn Suite
LinkedIn tools
🔳
QR Generator
QR for your email
🏷️
Meta Tags
SEO essentials
${buildSignature()} `; const a = document.createElement('a'); a.href = URL.createObjectURL(new Blob([html],{type:'text/html'})); a.download = 'email-signature.html'; a.click(); } function showToast() { const t = document.getElementById('copyToast'); t.style.display = 'block'; setTimeout(() => t.style.display = 'none', 3000); } // Init updatePreview();