The email everyone sends, and why it stalls
The most common way people ask for a signature is also the worst: attach a PDF, write "please print, sign, and send it back," and wait. What follows is predictable — the recipient doesn't have a printer handy, or signs with a pasted image, or means to do it later and never does. You end up chasing, the file bounces around as attachments, and if the signature is ever questioned you have nothing but an email thread to point to.
There's a better way to request a signature by email that's faster for the signer and produces real evidence. The difference is sending a signature request — a tracked signing link — instead of a passive attachment.
What a real signature request is
A signature request isn't an email with a file glued to it. It's an envelope: your document, the fields that need filling, and one or more recipients, sent as a personalized link. The recipient clicks, signs in their browser on whatever device they have, and the document completes itself. No printer, no scanner, no "reply-all with the signed copy."
The mechanics that make it work:
- Upload the document and place a signature field, a date, and any text inputs where they belong — by dragging them on, or with field tags like
{{signature}}baked into the file. - Add the recipient's name and email, and a short, plain message saying what it is and why it matters.
- Send. They get a branded email with a single button. One click and they're signing.
Because it's a tracked request rather than an attachment, you can see exactly where it stands: delivered, opened, signed. No more wondering whether the email got buried.
Why it gets signed faster
Most signing delay is silence, not refusal — the email got buried and a week passed. A signature request fixes that on two fronts. First, signing is a thirty-second in-browser task instead of a print-sign-scan chore, so the friction that kills completion is gone. Second, the platform does the chasing for you: turn on automatic reminders on a cadence (say day 2, day 5, day 9) and a hard expiration, and the stragglers get nudged without you writing a single "just circling back" email. Each reminder is logged to the audit trail, so you also know exactly how many times someone was contacted.
If the document needs more than one signer, set the routing order — sequential when later signers must see earlier signatures, parallel when order doesn't matter — and each person is only asked to act when it's actually their turn.
Why it proves more
The hidden cost of the attach-a-PDF approach is evidentiary: you can't show who signed, when, or that the file is unchanged. A signature request closes that gap automatically. Every signature flows into a hash-chained audit trail capturing timestamps, IP and device, and the full event sequence, and the completed PDF is sealed with a SHA-256 hash and an RFC 3161 trusted timestamp. That's what makes the signature legally defensible rather than merely present — and it costs you nothing extra, because it's produced as a byproduct of sending the request properly.
For higher-stakes documents, add email or SMS one-time-passcode verification so the signer confirms a code before the document opens, tying the signature to something they control.
Make the request itself clear
A signing link only converts if the email around it earns the click. A few habits help:
- Say what it is in the subject and first line — "Please sign: Mutual NDA" beats "Document for your review."
- Use your own branding and copy so the email reads like it came from you, not a generic robot — custom email templates let you set the wording per workspace.
- Send from a recognizable sender so it isn't mistaken for spam.
When you do this a lot
If you're requesting signatures on the same document repeatedly, don't rebuild it each time — save it as a reusable template so a new request is a two-click send. If the same form goes to a whole list at once, bulk send from a CSV creates one private request per recipient in a single action. And to remove the manual filing step entirely, wire an envelope.completed webhook so each signed document files itself the moment it's done.
The takeaway
Stop attaching PDFs and hoping. Requesting a signature by email the right way means sending a tracked signing link, letting reminders and expirations do the chasing, and collecting a sealed, audited record as a matter of course. It's less work for you, far less friction for the signer, and the signature that comes back is one you can actually defend.