# Double opt-in

> A subscription process that requires a person to confirm control of the submitted email address.

- **Category:** Audience
- **Updated:** July 2026
- **Canonical page:** [https://emailbump.com/glossary/double-opt-in](https://emailbump.com/glossary/double-opt-in)

## 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

1. A visitor submits an address with an explicit subscription request.
2. The system creates a pending record and sends a time-limited confirmation link.
3. The recipient follows the link and the system records confirmation evidence.
4. Only then is the contact activated for the described email stream.

## Example: Useful consent evidence

```text
email: alex@example.com
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_02
```

## Common 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.

## Related definitions

- [List hygiene](https://emailbump.com/glossary/list-hygiene.md) — The ongoing practice of keeping audience permission, reachability, source, and engagement data trustworthy.
- [Suppression list](https://emailbump.com/glossary/suppression-list.md) — A durable do-not-send control containing recipients or destinations that must not receive certain email.
- [Email segmentation](https://emailbump.com/glossary/segmentation.md) — The practice of selecting recipients using shared attributes, consent, lifecycle state, or behavior.
- [Email automation](https://emailbump.com/glossary/email-automation.md) — A system that sends or changes email journeys in response to time, customer state, or events.

## Related guides

- [How to design a welcome email that earns the next step](https://emailbump.com/blog/design-effective-welcome-email.md) — A practical guide to welcome-email strategy, hierarchy, copy, mobile accessibility, automation, measurement, and the product journey after the click.
- [How to build a welcome series people actually read](https://emailbump.com/blog/welcome-email-series.md) — Turn a new signup into a useful conversation with a focused four-email welcome flow.

## Primary sources

- [M3AAWG: Sender Best Common Practices](https://www.m3aawg.org/sites/default/files/doc_files/M3AAWG_Senders_BCP_Ver3-2015-02.pdf)
