All guides

Digital business cards

How a digital business card actually behaves in an email signature

A pasted card link and Outlook's built-in Electronic Business Card look similar but do different things. Here's what each one actually sends, and how to pick.

The Nameplate team · September 12, 2026 · 5 min read

A digital business card in an email signature is usually just a hyperlink on your name. The recipient has to click it, and nothing lands in their contacts automatically. Outlook's own "Electronic Business Card" button is a different feature entirely: it renders an image and attaches a real .vcf file pulled from your local Outlook contact, and it only behaves that way inside desktop Outlook.

We got asked this by someone testing our own /v/ links in a signature, and the honest answer took longer to give than expected, because two things that look alike (a business card in an email) are built on completely different mechanics.

Two things called "business card in a signature," one word

Search for how to do this and you'll find two unrelated instructions tangled together:

  1. A hyperlink to a hosted card. You copy a URL from a digital-business-card tool and paste it as a link on your name, a "view my card" line, or an icon. Clicking it opens a web page or downloads a .vcf.
  2. Outlook's native Electronic Business Card. In desktop Outlook, the signature editor has a literal Business Card button. Click it, pick a contact, and Outlook drops in an image that looks like a paper card, and also attaches the underlying .vcf file to every message that uses that signature. Microsoft's own instructions confirm the mechanism: it right-clicks and saves like a real contact card, because it is one.

These solve different problems. Option 1 needs a click and a network connection, and option 2 arrives already attached. People asking "how do I stop the business card image also attaching a .vcf file" in Spiceworks and Stack Exchange threads are running into option 2's behavior when they wanted option 1's. Knowing which one you're setting up saves you from fighting the wrong settings dialog.

What a hosted card link actually sends

Here's what happens on the sending side when the link is a hosted /v/ address rather than a static file. Our own route returns this:

Content-Type: text/vcard; charset=utf-8
Content-Disposition: attachment; filename="dana.vcf"

attachment means most clients won't preview it inline. Clicking the link downloads the file rather than opening a page. That's a deliberate tradeoff, not a bug: it's what makes the phone's "add to contacts" sheet appear instead of a wall of BEGIN:VCARD text in a browser tab. The link in the signature stays a plain hyperlink; nothing about it tells Gmail or Outlook to render a card preview, because nothing in the email standard does that automatically. The card only becomes visible once someone clicks.

The upside over Outlook's built-in version is that the link is live. Change your title in your profile and every email already sitting in someone's inbox from six months ago still points at the current version, because the URL didn't change; only what it serves did. Outlook's attached .vcf is a snapshot from the moment you built the signature. Update your job title in Outlook Contacts and old sent mail still carries the old card.

Where each one actually shows up

Outlook's Electronic Business Card is Outlook-specific rendering. Send it to a Gmail or Apple Mail recipient and they typically see a .vcf attachment and possibly an embedded image, not the rich card view, because the special rendering is a desktop Outlook client feature, not part of the message format. If most of your recipients aren't on desktop Outlook, you're maintaining a feature they mostly can't see as intended.

A plain hyperlink degrades more predictably: it's a link in every client, full stop. The free QR code generator here is useful for the print side of the same card, same underlying page, different delivery mechanism, if you want the link and a scannable code to point at the same thing.

Setting up the link version without fighting your mail client

  1. Get the card's public URL (on Nameplate, that's the /v/ address for your profile).
  2. Open your mail client's signature editor: not the "Business Card" button in Outlook, just the plain text/HTML signature field.
  3. Type your name, select it, and use the editor's hyperlink tool to point it at the URL.
  4. Send yourself a test message and click the link from a phone, not just the desktop preview. The desktop client is the layer least likely to expose a broken link.

If you're on desktop Outlook and specifically want the .vcf-attaches-automatically behavior, that's the native Business Card button, and it will pull from whatever Outlook contact you pick — keep that contact's fields current, since editing your Nameplate profile won't touch it.

What this doesn't solve

Neither version gets anyone to actually save the contact. A card that arrives already attached (Outlook's version) still needs the recipient to open and confirm the save; a hyperlink needs a click first. The click-through rate on a name-as-link in a signature is, in our experience, low. Most people only follow it when they're specifically trying to reach you again, which is a real use case, just not a high-volume one. If the goal is broad visibility rather than a reliable way for warm leads to save your details, a signature link is the wrong tool for that job. A physical card or QR code handed over in person converts far better, because it's acted on at the moment of interest instead of being filed away for later.

Common questions

How do I add a business card image to my Gmail signature?

Gmail's signature editor doesn't have a native business-card feature the way desktop Outlook does. You either paste a plain hyperlink to a hosted card, or insert an image (via the image button) and separately hyperlink that image to your card's URL. The image itself carries no contact data.

How do I create a vCard email signature for Outlook?

If you want Outlook's built-in version, open the signature editor, place your cursor where the card should go, click Business Card, and choose the contact whose data should populate it — that pulls live from your local Contacts entry, not from any web page. If you want a plain link to a hosted card instead, skip that button and use the ordinary hyperlink tool.

Can I attach a vCard of a Google contact to an email?

Yes: export the contact from Google Contacts as a .vcf and attach it manually per message. That's a one-time attachment, not a signature feature, and it won't update if the contact's details change later.

Why does the business card in my signature attach a file I didn't ask for?

That's Outlook's native Business Card feature working as designed. It always attaches the underlying .vcf alongside the image, and there's no toggle to show the image without the attachment. If you don't want an attachment on every message, use a plain hyperlink instead.

Will a signature link work if the recipient's email client blocks images?

Yes. A text hyperlink has nothing to block, since image blocking affects embedded images, not the link's underlying href. This is actually an argument for the plain-link approach over an image-based card: it survives image-blocking settings that strip a pasted business-card graphic down to a broken-image icon.

Keep reading