How to Improve Email Deliverability in UniLink (Get Out of Spam and Into the Inbox)

How to Improve Email Deliverability in UniLink (Get Out of Spam and Into the Inbox)
A practical guide to DNS authentication, custom sending domains, list hygiene, and everything else that determines whether your emails land in the inbox or disappear into spam.
You can write the most compelling email in the world, and it will have zero impact if it never reaches the inbox. Email deliverability — the ability to land in the primary inbox rather than the spam folder or promotions tab — is determined by a combination of technical authentication, sender reputation, and list quality. Most senders who struggle with deliverability are missing one or more of the technical foundations. This guide explains each factor clearly and shows you how to configure them in UniLink.
What Email Deliverability Means
Deliverability is not the same as delivery rate. Delivery rate tells you how many emails were accepted by the recipient's mail server (i.e., did not bounce). Deliverability tells you where those accepted emails ended up — primary inbox, spam folder, or promotions tab. An email can be "delivered" and still go completely unread in the spam folder.
Inbox providers like Gmail, Outlook, and Apple Mail use a combination of signals to decide where to route incoming email. These signals include whether your domain has valid SPF, DKIM, and DMARC records; your historical sending reputation (spam complaint rate, bounce rate, engagement rate); and the content of the email itself (certain words, link patterns, and HTML structures that match known spam templates).
When multiple signals suggest low trust, inbox providers route your email to spam or block it entirely. Fixing deliverability means addressing each of these signals systematically — starting with authentication, because it is the foundation everything else rests on.
How to Get Started With Email Deliverability in UniLink
- Add a custom sending domain — navigate to Email → Settings → Sending Domain in your UniLink dashboard. Enter your domain name (e.g., yourcompany.com) and UniLink will generate the DNS records you need to add.
- Add the SPF record to your DNS — SPF (Sender Policy Framework) authorises UniLink's mail servers to send on behalf of your domain. UniLink provides the exact TXT record value. Add it to your domain's DNS through your registrar (e.g., Namecheap, Cloudflare, GoDaddy). If an SPF record already exists, merge the UniLink include statement into it rather than creating a duplicate.
- Add the DKIM record to your DNS — DKIM (DomainKeys Identified Mail) adds a cryptographic signature to each outgoing email. UniLink provides a CNAME or TXT record containing the public key. Add this record to your DNS exactly as shown — do not alter the value.
- Add or verify a DMARC policy — DMARC tells inbox providers what to do when an email fails SPF or DKIM. A basic policy (
v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com) is sufficient to start. Once you confirm authentication is working correctly, tighten the policy top=quarantineorp=reject. - Verify authentication in UniLink — after adding the DNS records, return to Email → Settings → Sending Domain and click Verify. UniLink checks all three records and shows a green status for each one that passes. DNS propagation can take up to 48 hours, so check again if verification fails immediately.
- Send a test email — use UniLink's Send Test function to send a message to a personal Gmail or Outlook inbox. Check whether it arrives in the primary tab and inspect the email headers to confirm SPF and DKIM both show "pass".
- Monitor your bounce and complaint rates — after each campaign, check Email → Analytics for bounce rate and unsubscribe rate. Keep hard bounce rate below 2% and spam complaint rate below 0.1% to maintain a healthy sender reputation.
How to Warm Up a New Sending Domain
- Start with your most engaged contacts — when sending from a brand new domain, inbox providers have no historical reputation to reference. Begin by emailing only subscribers who have recently engaged with you (opened or clicked in the last 30 days).
- Increase volume gradually over weeks — a typical warm-up schedule starts at 50 emails per day in week one, doubles each week, and reaches full volume after four to six weeks. Sudden spikes from a new domain are a strong spam signal.
- Send consistently, not sporadically — irregular sending patterns (nothing for two weeks, then 5,000 emails at once) harm reputation. Set a predictable sending cadence, even if individual send volumes are small during warm-up.
- Monitor engagement closely during warm-up — if open rates drop below 15% or spam complaints appear during the warm-up period, pause and investigate before continuing. A problem caught at 200 sends is much easier to fix than one caught at 20,000.
- Avoid purchased or scraped lists during warm-up — new domains are especially vulnerable to reputation damage from cold outreach to unengaged or invalid addresses. Use only opted-in contacts during the warm-up phase.
Key Settings Explained
| Setting | What it controls | Best practice |
|---|---|---|
| SPF record | Authorises UniLink servers to send email on behalf of your domain | Add the UniLink include statement; merge with any existing SPF record — never create two SPF TXT records |
| DKIM record | Adds a cryptographic signature proving the email came from your domain | Add exactly as UniLink provides; use a 2048-bit key length if given the option |
| DMARC policy | Instructs inbox providers on how to handle emails that fail SPF/DKIM | Start with p=none (monitor only), then move to p=quarantine once authentication is stable |
| Bounce handling | Controls what happens when an email address is invalid or rejects mail | Enable automatic hard-bounce suppression so invalid addresses are never emailed again |
| Unsubscribe handling | Controls how opt-outs are processed | Enable one-click unsubscribe; UniLink handles this automatically per CAN-SPAM and GDPR requirements |
How to Get the Most Out of Email Deliverability
Authentication is necessary but not sufficient. Once your technical foundation is in place, the ongoing work of deliverability is about maintaining a clean list and sending emails people actually want to receive. Inbox providers increasingly factor engagement signals — opens, clicks, replies, and moves out of spam — into routing decisions. A technically perfect email from a domain with poor engagement history will still end up in the spam folder.
List hygiene is the most impactful ongoing practice. Every time you send to addresses that bounce, every time a subscriber marks your email as spam, your sender reputation takes a small hit. Those hits accumulate. Removing hard bounces immediately after each campaign (UniLink does this automatically), and suppressing addresses with multiple soft bounces, keeps your reputation from eroding over time.
Content also matters. Certain words and phrases — "free money", "click now", "you're a winner", excessive dollar signs — are associated with spam templates and will raise your spam score even if your authentication is perfect. UniLink's campaign preview includes a spam score check that flags risky words before you send. Use it before every campaign.
Finally, make it easy to unsubscribe. This seems counterintuitive, but a clear unsubscribe link reduces spam complaints dramatically. A subscriber who cannot find the unsubscribe button will hit "report spam" instead — and that complaint hurts your deliverability far more than losing a subscriber.
Troubleshooting Common Issues
| Problem | Likely cause | Fix |
|---|---|---|
| Emails going to spam folder | Missing or misconfigured SPF/DKIM records, or high spam complaint rate | Verify authentication in UniLink settings; check complaint rate in analytics and prune unengaged contacts |
| DKIM verification failing | DNS record has not propagated yet, or the record value was modified | Wait 24–48 hours after adding the record; double-check the CNAME/TXT value matches exactly what UniLink provided |
| High hard bounce rate | List contains invalid, outdated, or mistyped email addresses | Enable double opt-in for new signups; use an email validation tool on imported lists before sending |
| Emails landing in promotions tab on Gmail | HTML-heavy email with many images and links matching promotional patterns | Reduce image-to-text ratio; use a plain-text or minimal-design template; include a personal-sounding opening line |
Pros
- UniLink handles SPF, DKIM, and DMARC setup with step-by-step DNS instructions that do not require technical expertise
- Automatic hard-bounce suppression protects your sender reputation without manual intervention
- Built-in spam score preview catches risky content before you send
- One-click unsubscribe is managed automatically, keeping you compliant with CAN-SPAM and GDPR
Cons
- DNS propagation can take up to 48 hours, which delays the start of a warm-up or new domain setup
- Improving deliverability after a damaged sender reputation takes weeks of consistent positive sending behaviour
- Technical authentication alone cannot compensate for consistently low engagement — content quality still matters
Frequently Asked Questions
Do I need all three — SPF, DKIM, and DMARC?
SPF and DKIM are the most critical. DMARC builds on top of both and gives you additional protection and reporting. For sending from a custom domain in 2024 and beyond, all three are recommended. Gmail and Yahoo now require DMARC for bulk senders, so it is no longer optional for high-volume sends.
What is a safe spam complaint rate?
Keep your spam complaint rate below 0.1% (one complaint per 1,000 delivered emails). Gmail publicly states that rates above 0.1% will lead to deliverability problems, and rates above 0.3% may result in your emails being blocked entirely.
How long does warming up a new domain take?
A typical warm-up takes four to six weeks to reach full sending volume safely. The exact duration depends on your target volume. A list of 500 subscribers can be warmed up in two to three weeks; a list of 50,000 subscribers requires the full six weeks or more.
Can I use UniLink's shared sending domain instead of my own?
Yes, UniLink provides a shared sending domain that works out of the box. However, a custom domain consistently outperforms shared infrastructure for deliverability because your reputation is not affected by other senders on the same domain. Custom sending domains are strongly recommended for any serious email programme.
What should I do if my emails are already in spam?
Start by identifying the cause: check authentication status in UniLink settings, review your spam complaint rate, and inspect recent campaign content for trigger words. Fix the technical issues first, then send a small re-engagement campaign to your most active contacts only. Gradually rebuild positive engagement signals before scaling volume back up.
Key Takeaways
- SPF, DKIM, and DMARC are the technical foundation of email deliverability — set all three up before sending from a custom domain.
- Use a subdomain for sending (e.g., mail.yourdomain.com) to protect your primary domain's reputation.
- Warm up new sending domains gradually over four to six weeks, starting with your most engaged contacts.
- Remove hard bounces immediately after each campaign and keep your spam complaint rate below 0.1%.
- UniLink's spam score preview and automatic bounce suppression handle much of the ongoing deliverability work for you.
Ready to reach the inbox every time?
Set up your custom sending domain in UniLink and start building a sender reputation that gets your emails seen — not filtered.
Get Started FreeCreate Your Free Link-in-Bio Page
Join thousands of creators using UniLink. 40+ blocks, analytics, e-commerce, and AI tools — all free.
Get Started Free