Business Tools
Build a professional HTML email signature that renders correctly in Gmail, Outlook, Apple Mail, Yahoo, and every mobile client. Add your photo, company logo, contact details, and social links — live preview shows exactly what recipients will see. One click to copy, one paste to install.
DEV-TOP · horizontalFull name is required
Add at least one contact method — an email or phone — so recipients can reach you.
Pick a layout — you can switch anytime without losing your details.
Images must be publicly hosted to display in emails — we host yours automatically when you upload.
Add up to 8 — icons render at 24 × 24 in the signature.
Optional CTA button and legal disclaimer.
The .htm file is designed for Outlook desktop — import it via the Signature dialog for the most reliable result.
Pick your mail client and follow the numbered steps. Same signature works in all of them.
Gmail on the web (mail.google.com)
Tip: send yourself a test email to confirm it looks right before using it — mail clients cache signatures aggressively.
DEV-MID · rectangle<style> blocks and classes on load, and Yahoo drops arbitrary attributes. To get a signature that renders identically across every client, everything has to be built with the subset of HTML they all agree on: nested <table> elements for layout (no <div>, no flexbox, no grid), every style inline on the element (style="…", never a <style> block), only web-safe fonts, and explicit width and height attributes on every image. This tool emits exactly that markup for you.<link> tags at load. Any styles that aren't inline on the element get dropped. Inline every single style.Short answers to the questions we hear most. Full step-by-step install guides live inside the tool above.
Yes, completely free. There's no signup, no watermark, no daily limit, and no paid tier. Fill in the form, copy the signature, paste it into your email client — that's the whole flow. UtilityApps is free to use forever.
Yes. Outlook desktop is the strictest email client on the market — it renders HTML using the Microsoft Word engine — so this tool outputs bulletproof, table-based markup designed specifically for it. For the most reliable install in Outlook desktop, use the 'Download .htm file' button and import the file via Outlook's Signature dialog rather than pasting from the clipboard.
Yes. Gmail is one of the easiest clients to install into: click 'Copy signature', then paste it into Gmail's Settings → General → Signature editor. Gmail preserves the formatting and renders identical output on the web, iOS, and Android.
Outlook desktop ignores the `border-radius` CSS property that makes photos appear circular in every other email client. This is a documented limitation of the Word rendering engine, not a bug in our tool. The photo still appears — just as a square instead of a circle. If a circular photo is critical, upload a photo that's already been circle-cropped and saved as a transparent PNG.
Yes — email clients block base64-embedded images (they treat them as spam), so photos must be referenced by a public URL. You have two paths in this tool: upload the photo through our form (it's compressed to under 50 KB and hosted for free on Supabase Storage under your account) or paste the URL of a photo you already host somewhere public like Cloudinary, S3, or your own site.
Yes. The 'Photo & Logo' section has a dedicated logo upload alongside the profile photo. Some templates — Logo Focus in particular — feature the company logo prominently instead of the personal headshot. Same rules as the photo apply: it must be publicly hosted (upload here or paste a URL).
Click 'Copy signature' on this page, open Gmail, click the gear icon → See all settings → General tab → scroll to Signature. Click 'Create new', paste with Ctrl+V (or ⌘+V on Mac), set it as the default for new emails and replies, then click Save Changes. Full step-by-step instructions live in the Gmail tab below the copy buttons.
For Outlook desktop, download the .htm file from this page then import it via File → Options → Mail → Signatures → New. For Outlook on the web, open Settings → Mail → Compose and reply → New signature, paste the signature into the editor, and save. Full step-by-step instructions for both are in the Outlook (Desktop) and Outlook (Web) tabs below the copy buttons.
Yes. The Social Links section supports LinkedIn, Twitter/X, Instagram, Facebook, YouTube, GitHub, WhatsApp, Calendly, and a generic Website link — up to 8 icons per signature. Icons render as 24×24 PNGs in the signature, linked to the URL you paste. As a best practice, keep it to 3–4 icons so the signature doesn't feel cluttered.
No. Everything runs in your browser — the form values, the live preview, the HTML generation. Refresh the page and the form resets. The only thing that ever touches a server is images you choose to upload for hosting, which land in a public bucket so email clients can display them. We don't collect emails, don't track fields, don't have accounts or profiles for this tool.
Other free tools people use alongside their email signature.
Create free digital business cards with a QR code that saves contacts directly to phones — vCard format, no app needed.
Try freeFree branded invoice generator. Add your logo, fill the form, download a clean PDF. Multi-currency, tax + discount, line-item totals.
Try freeCreate free custom QR codes for URLs, WiFi, vCards, text, email, phone and more. Add your logo and colors. Download as PNG or SVG.
Try freeGenerate Code 128, EAN-13, UPC, Code 39 and 5 more barcode formats free in your browser. Download as PNG or SVG.
Try freeDEV-BOTTOM · horizontal