The Two Signup Flows#
When someone subscribes to your email list, there are two approaches to confirming their subscription:
Single Opt-In (SOI): The subscriber enters their email and is immediately added to your list. No confirmation email required.
Double Opt-In (DOI): After submitting the form, the subscriber receives a confirmation email. They must click a link to verify their address and complete the subscription.
Side-by-Side Comparison#
| Factor |
Single Opt-In |
Double Opt-In |
| List growth speed |
Faster |
Slower (10–30% lower conversion) |
| List quality |
Lower (typos, fake emails pass through) |
Higher (only verified emails) |
| Engagement rates |
Lower average |
Higher average |
| Spam complaint risk |
Higher |
Lower |
| GDPR compliance |
Requires additional proof of consent |
Confirmation email serves as clear consent record |
| Spam trap risk |
Higher |
Lower (traps don't confirm) |
| Deliverability |
Lower for large lists |
Better long-term |
When to Use Double Opt-In#
Double opt-in is recommended in these situations:
- You operate in the EU, UK, or Canada — GDPR, PECR, and CASL all require clear, documented consent. DOI provides an audit trail.
- You're building a long-term email program — quality over quantity; better to have 5,000 engaged subscribers than 10,000 with 40% inactives.
- You've had deliverability problems — DOI is one of the fastest ways to improve sender reputation.
- Your product is complex or B2B — subscribers who take the extra step are more committed.
GDPR note: Under GDPR, you must be able to prove when and how consent was given for each subscriber. Double opt-in creates a timestamped confirmation event that serves as consent documentation. Single opt-in is technically permissible but requires careful logging of signup source, IP, and timestamp.
When Single Opt-In May Be Acceptable#
- E-commerce with existing customer relationships — if someone just purchased, they have a prior business relationship (legitimate interest or soft opt-in under PECR).
- High-intent landing pages — when traffic is warm and the offer is highly specific.
- Markets outside EU/UK — particularly US-focused lists where CAN-SPAM compliance is the baseline (which does not require prior opt-in for commercial email).
- You have strong real-time verification — pairing SOI with instant email verification at the form level catches most invalid addresses.
Configuring Opt-In Mode in AcelleMail#
To set the confirmation mode:
- Go to Lists → Your List → Settings
- Under Subscription Settings, select Double Opt-In or Single Opt-In
- If Double Opt-In: customize the confirmation email template under Lists → Email Templates → Confirmation
Customizing the Double Opt-In confirmation email:
Subject: Please confirm your subscription to [List Name]
Body:
Hi there,
Thanks for signing up! Please confirm your email address by clicking the button below.
[Confirm My Subscription]
If you didn't sign up, you can safely ignore this email.
Keep the confirmation email short and focused on one action only.
Handling Unconfirmed Subscribers#
In DOI mode, AcelleMail stores pending subscribers separately. You can:
- Set an expiry for unconfirmed subscriptions (e.g., remove if not confirmed within 48 hours)
- View pending subscribers under Lists → Subscribers → Filter: Unconfirmed
- Never send marketing email to unconfirmed subscribers — only the confirmation email itself
The Hybrid Approach#
Some marketers use single opt-in for the initial subscription but treat unverified addresses as a "pending" segment:
- Subscribe immediately (SOI) but assign the tag
unverified
- Send a welcome email with a prominent "Verify your email" CTA
- Only graduate subscribers to the full marketing list after they click
This isn't a formal DOI but provides many of the same quality benefits while reducing the barrier to initial signup.
Recommendation: Start with double opt-in. The short-term reduction in list size is offset by better deliverability, higher engagement, and stronger legal footing — all of which pay dividends for the lifetime of your email program.