### Create two templates
- A **Transactional** template for the confirmation email, containing `{{subscribeUrl}}`:
```html
Hi {{firstName}}, please confirm your email to start receiving updates:
Confirm my email
```
- A **Marketing** template for the welcome email that goes out *after* they confirm.
A marketing template targeted at an unsubscribed contact is [silently skipped](/concepts/contacts#emails-by-subscription-state). Use a transactional template for the confirmation specifically — it bypasses the subscription check.