Ó£ÌÒÊÓÆµ

Step 1

Your details

This field is fixed and can't be edited.
Step 2

Preview & export

"Copy signature" copies rich HTML — including the logo as an embedded image — to your clipboard so you can paste it (Ctrl/Cmd+V) directly into your email client's signature editor (Gmail, Outlook, Apple Mail). "Download .html" saves a file you can drag into Outlook desktop's Signatures folder or use as a backup.

Ó£ÌÒÊÓÆµ

${html}`; const blob = new Blob([fullDoc], { type: 'text/html' }); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = 'email-signature.html'; a.click(); URL.revokeObjectURL(url); }); logoReady.then(render);