Definition
Double opt-in adds a confirmation step after form submission. The address is not activated for the intended subscription until the recipient follows the confirmation link.
The process verifies mailbox access and reduces accidental or malicious signups. It does not by itself establish every legal requirement or guarantee long-term interest; the signup context and records still matter.
Why it matters
Confirmation improves evidence, prevents typo addresses from entering regular campaigns, and limits list bombing. It can reduce raw signup completion, so the confirmation message and form expectations must be clear.
How it works
- 01
A visitor submits an address with an explicit subscription request.
- 02
The system creates a pending record and sends a time-limited confirmation link.
- 03
The recipient follows the link and the system records confirmation evidence.
- 04
Only then is the contact activated for the described email stream.
Example
email: [email protected]
form: product_updates_v3
submitted_at: 2026-07-27T14:05:00Z
confirmation_sent_at: 2026-07-27T14:05:04Z
confirmed_at: 2026-07-27T14:07:31Z
notice_version: updates_notice_2026_02Common mistakes
- Sending promotions before confirmation.
- Writing a confirmation email that does not identify the requested subscription.
- Keeping pending addresses in ordinary campaign segments.
- Treating confirmation as permanent permission for unrelated streams.
Key takeaways
- Keep pending and subscribed states distinct.
- Record form, notice version, and timestamps.
- Confirm the specific expectation created at signup.