-
-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Description
Currently, UseSend uses the default AWS SES tracking links for click and open tracking. Since these tracking domains are shared across many users, all links look the same from a deliverability perspective.
This increases the risk of emails being flagged as spam, especially for transactional and marketing emails sent at scale.
Problem
- Default SES tracking links are shared
- Shared tracking domains reduce sender reputation isolation
- Higher chance of spam filtering due to identical tracking URLs across senders
Proposed Solution
Allow users to configure a custom tracking domain (e.g. track.example.com) for:
- Click tracking
- Open tracking
This would:
- Improve email deliverability
- Isolate sender reputation
- Align with best practices used by ESPs like SendGrid, Postmark, and Mailgun
Expected Behavior
- Users can add and verify a custom tracking domain via DNS (CNAME)
- UseSend uses this domain for all click/open tracking links
- Fallback to default SES links if custom domain is not configured
Why this matters
Using a custom tracking domain significantly reduces spam risk and improves inbox placement, especially for businesses sending from their own branded domains.
Thanks for considering this feature 🙌
Happy to help with testing or documentation if needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels