Email Deliverability Guide 2026

Authentication, Reputation & Inbox Placement - Strategies and Best Practices for Marketers and ESPs

By Henry Timmes · Email Deliverability Consultant · Named contributor to RFC 7489 (DMARC)
Email DeliverabilityEmail AuthenticationDMARCSPFDKIMInbox Placement
Henry Timmes
Henry Timmes Email Deliverability Consultant · Named contributor to RFC 7489 (DMARC)

Email deliverability is a crucial aspect of email marketing that determines whether an email successfully reaches the recipient's inbox. Optimizing email campaigns involves addressing common issues that affect inbox placement.

What is Email Deliverability?

 

Email deliverability is a crucial aspect of email marketing that determines whether an email successfully reaches the recipient's inbox. Optimizing email campaigns involves addressing common issues that affect inbox placement.

Features such as AI spam trigger detection, spam scoring, and HTML Sanitizing help identify and rectify potential problems in email content before sending emails. Additionally, tools to manage preheaders, resize and optimize images, remove problematic elements like non-ASCII characters, and remove redundant CSS help ensure emails are not flagged by spam filters and are displayed correctly across all email clients.

Enhancing deliverability also involves focusing on content and link management. Tools like blacklist link checkers, broken link checkers, and text-to-link analysis ensure that links within emails do not trigger spam filters. Features for managing ALT tags, title tags, and font sizes improve accessibility and readability, which can positively impact recipient engagement. By using comprehensive tools to create well-optimized, engaging emails, businesses can increase the likelihood of their messages reaching the audience's inboxes, maximizing the effectiveness of their email marketing campaigns.

To further improve email deliverability, it's essential to set up SPF, DMARC, and DKIM to authenticate your emails and protect against spoofing. Implementing a one-click unsubscribe option ensures compliance with regulations and maintains a clean email list. Segmenting your audience allows for more targeted and relevant content, increasing engagement. Warmup strategies help build a positive sender reputation by gradually increasing email volume. Monitoring your sender reputation and making adjustments based on feedback ensures ongoing deliverability success.

In this guide, we'll cover all these topics and more to help you achieve optimal email deliverability.


Email Authentication

 

What is SPF?

 

SPF (Sender Policy Framework) is a system that helps protect email users from spam and phishing. It works by allowing the owner of an email domain (like example.com) to specify which mail servers are allowed to send emails on behalf of their domain. This information is stored in a special SPF record in DNS. When an email is sent, the receiving server checks this record to make sure the email is coming from an approved server. The check is done on the return-path address, also known as the bounce address or mailfrom.5321 address, which is the address used for handling bounces and errors. If the email isn't from an approved server, it may be marked as spam or rejected.

 

Using SPF helps ensure that emails are legitimate and reduces the risk of fake emails from your domain.

Here is an example of a SPF DNS TXT record:

Record Type Content TTL
_spf.example.com TXT v=spf1 mx a -all 3600

This is the FROM header that is used for the SPF Check:

Return-Path: <bounces@example.com> <-- SPF Domain Check
From: John Doe <john.doe@example.com>
To: Jane Smith <jane.smith@example.com>
Subject: Your Invoice for June 2024

 

SPF Tools:

 

For more information, you can refer to the official SPF specification: RFC 7208

What is DKIM?

 

DKIM (DomainKeys Identified Mail) is an email security feature that helps ensure the authenticity of an email. It works by adding a digital signature to the email's header, which can be verified by the receiving server. The signature is created using a private key that only the domain owner has, and it corresponds to a public key published in the domain's DNS records. This process verifies that the email really comes from the claimed domain and hasn't been altered during transit. The check is done on the "From" address, also known as the mailfrom.5322 address, which indicates the sender of the email. By using DKIM, you can help protect your emails from being spoofed and ensure they are trusted by recipients.

 

Here is an example of a DKIM DNS TXT record:

Record Type Content TTL
dk1._domainkey.example.com TXT v=DKIM1;t=s;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDFzK98ztZ2CCzuqTIaPiULqxD5+hSkJXMqTDtweiXO/CWYa5gWqy91bR9hILGaU91gTqKJ6720qaV4G4f4TWf1FAJGjcc0o6pR1r+plOcDEY0eRLn5kH1/KGTXfg2r1XwTP/m+Bnkbv9iF9tOcWbjUTV4iyIkULjMRlrF/raAAnQIDAQAB 3600

This is the the FROM header that is used for the DKIM Check:

Return-Path: <bounces@example.com>
From: <bounces@example.com> <-- DKIM Domain Check
To: Jane Smith <jane.smith@example.com>
Subject: Your Invoice for June 2024

 

DKIM Tools:

 

For more information, you can refer to the official DKIM specification: RFC 6376

 

What is DMARC?

 

DMARC (Domain-based Message Authentication, Reporting, and Conformance) is an email security protocol that builds on SPF and DKIM to provide stronger protection against email spoofing and phishing. DMARC allows domain owners to specify how their emails should be handled if they fail SPF or DKIM checks. When an email is sent, DMARC verifies that either the SPF or DKIM check passes and that the domain in the "From" header aligns with the domain used in the SPF or DKIM check. If both checks fail, DMARC can instruct the receiving server to reject, quarantine, or allow the email based on the domain owner's policy. This helps ensure that only legitimate emails are delivered and provides feedback to domain owners about suspicious activity, improving overall email security.

Here is an example of a DMARC DNS TXT record:

Record Type Content TTL
_dmarc.campaigncleaner.com TXT v=DMARC1;p=reject;pct=100;rua=mailto:dmarc@campaigncleaner.com;ruf=mailto:dmarc@campaigncleaner.com;ri=86400;fo=1; 3600

 

DMARC Monitoring Services:

 

DMARC monitoring services help organizations protect their domains from email spoofing, phishing attacks, and unauthorized use. These services ensure that only legitimate email from your domain reaches your recipients by providing detailed reports on email authentication results. With DMARC monitoring, businesses gain insights into who is sending emails on their behalf and whether those messages pass or fail authentication checks (like SPF and DKIM). By analyzing these reports, organizations can identify potential vulnerabilities, track down abuse, and refine their email policies to ensure better inbox delivery and security. Additionally, these services often include real-time alerts, comprehensive dashboards, and expert recommendations to help organizations improve email authentication practices and maintain a robust defense against email fraud.

 

Identifier Alignments

 

Identifier Alignment in email refers to the process of ensuring that the identifiers used in various parts of an email system - like domain names - are aligned or match, particularly for purposes of email authentication. The primary goal of identifier alignment is to prevent email spoofing and phishing by ensuring the legitimacy of the email sender.

SPF (Sender Policy Framework):

 

 

DKIM (DomainKeys Identified Mail)

 

 

DMARC (Domain-based Message Authentication, Reporting & Conformance)

 

 

Types of Alignment

 

 

Example

 

If an email is sent from noreply@company.com and the SPF "Envelope From" address is also company.com, then the identifiers are aligned. However, if the "Header From" address is marketing.company.com, this would not align under strict alignment but would align under relaxed alignment.

Importance of Identifier Alignment

 

 

What is FCrDNS?

 

FCrDNS (Forward Confirmed reverse DNS) is a method used to verify the authenticity of an email sender's IP address. It ensures that the domain associated with an IP address has a valid reverse DNS (rDNS) record, and that this reverse lookup matches a valid forward DNS (the hostname).

How it works

 

 

Why FCrDNS is important

 

 

FCrDNS and Authentication

 

While it's not an authentication protocol like SPF, DKIM, or DMARC, FCrDNS adds an extra layer of trust for the sender's identity. It verifies the proper DNS setup for email servers, helping with both security and deliverability.

When to use it

 

Most reputable email servers are configured with FCrDNS, and it's a best practice to ensure that your mail server has both forward and reverse DNS records that match, particularly if you're managing email campaigns or running an email server.

 

Where to TEST?

 

To test your email authentication use our eMail Tester.

 

DNS Records

 

What is a PTR Record?

 

A PTR record, also known as a reverse DNS (rDNS) record, maps an IP address to a domain name, which is the opposite of an A record that maps a domain name to an IP address. In email delivery, PTR records are used to help verify the legitimacy of the sending server. When an email is received, the receiving server can look up the PTR record of the sending server's IP address to check if it corresponds to a valid domain name. While a direct match between the domain in the email and the PTR record isn't always necessary - especially when using an Email Service Provider (ESP) - having a properly configured PTR record still helps improve email deliverability. It shows that the sending IP address is authorized and trusted, reducing the likelihood of the email being marked as spam.

 

What is a Generic PTR Record and why is shouldn't be used?

 

A generic PTR (pointer) record is a type of DNS record used for reverse DNS lookups, mapping an IP address back to a domain name. These records are often assigned by ISPs or hosting providers and follow a specific pattern, which can sometimes look suspicious to spam filters.

Examples of a Generic PTR Records:

 

 

While these generic PTR records are functional, they are not ideal for sending email because many mail servers and spam filters, like AT&T, view them with suspicion. This is because dynamically assigned or generic IP addresses are frequently associated with spam or poorly configured mail servers. To improve email deliverability, it is recommended to use a properly configured, dedicated IP address with a custom PTR record that accurately reflects your domain, such as "mail.yourdomain.com". This helps establish trust and improves the chances that your emails will be successfully delivered and not marked as spam.

 

Here is an example of a PTR DNS record:

Record Type Reverse Name TTL
26.27.250.142.in-addr.arpa PTR ra-in-f26.1e100.net 3600
PTR Lookup Tools:

 

 

What are MX Records?

 

MX (Mail Exchange) records are essential DNS records that specify the mail servers responsible for receiving email on behalf of a domain. Having properly configured MX records ensures that your domain can receive emails reliably. It is crucial to set up MX records for both the mailfrom.5321 address (used in the SMTP envelope) and the 5322 address (the "From" address shown to email recipients). The MX record for the mailfrom.5321 address is necessary to receive bounce messages, which help you manage undeliverable emails. The MX record for the 5322 address is important for handling unsubscribe requests and stop replies. Additionally, spam filters perform a check called backscatter to verify the validity of MX records. Properly configured MX records improve email deliverability and trustworthiness by ensuring that your domain can handle email traffic correctly and pass spam filter checks.

 

Here is an example of a MX DNS record:

Record Type Content Priority TTL
campaigncleaner.com MX mx1.campaigncleaner.com 10 3600

 

Backup MX Records

 

Backup MX (Mail Exchange) records serve as a critical failover mechanism for email delivery, ensuring that incoming email is not lost if the primary mail server becomes unavailable. MX records in DNS specify the mail servers responsible for receiving emails on behalf of a domain, with each record assigned a priority value. The primary mail server has the highest priority (lowest numerical value), while secondary servers have higher priority values (higher numerical values).

When an email is sent, the sender's mail server looks up the recipient domain's MX records and attempts delivery to the server with the highest priority. If the primary server is down, the sender's server will try the next available server in the priority order. This setup ensures that emails are not lost during outages, providing increased reliability and redundancy for email communication.

MX Lookup Tools:

 

 

Mail Server Configuration

 

What is an SMTP Greeting?

 

The SMTP (Simple Mail Transfer Protocol) greeting is the initial message sent by an email server when it connects to another server to initiate the process of sending an email. This greeting typically includes the server's hostname and may also include additional information about the server's capabilities. The role of the SMTP greeting is crucial in establishing a connection and ensuring smooth communication between email servers.

 

Key Roles of the SMTP Greeting

 

 

Understanding Email Ports and Their Responsibilities

 

For proper email communication, certain ports need to be open. Each port has a specific role in the process of sending and receiving emails. Here are the key ports and their responsibilities:

Common Email Ports

 

 

Ensuring the ports you are using are open and properly configured is essential for smooth email communication. Each port serves a specific function, whether it’s for sending, receiving, or accessing emails securely. Proper configuration and use of these ports help maintain secure and efficient email operations.

 

Open Relays and How to Prevent Them

 

An open relay is a mail server that allows anyone on the internet to send email through it, not just email from or to known users. This can be exploited by spammers to send large volumes of junk email, which can lead to the server being blacklisted and other issues.

Preventing Open Relays

 

To prevent your mail server from becoming an open relay:

 

By following these steps, you can ensure that your mail server is not used as an open relay, protecting your server from being exploited by spammers and maintaining the integrity of your email communications.

Understanding TLS and STARTTLS in Email Communication

 

TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are cryptographic protocols designed to provide privacy and data integrity between two communicating applications. STARTTLS, on the other hand, is a protocol command used to upgrade an existing, insecure connection to a secure one using TLS. When an email client communicates with an email server, STARTTLS ensures that the connection is encrypted, preventing unauthorized access and eavesdropping. This is crucial for protecting sensitive information transmitted via email, as it helps in maintaining confidentiality and integrity by encrypting the communication channels. Understanding and implementing TLS and STARTTLS in email systems helps organizations and individuals safeguard their email communications against various security threats and vulnerabilities.

How TLS Works in Email

 

 

Importance of TLS and STARTTLS

 

 

Best Practices for Using TLS and STARTTLS

 

 

Feedback Loops

 

What are Feedback Loops?

 

Feedback loops in email are tools that help senders know how their emails are being received. When someone marks an email as spam or unwanted, the email service provider sends a report back to the sender. This report tells the sender about the complaint and includes details like the recipient's email address and the original message. These feedback loops help senders identify problems with their email campaigns and make improvements. By understanding why emails are being marked as spam, senders can adjust their content and sending practices to better meet recipients' needs.

Importantly, when someone marks an email as spam, they should be immediately removed from your email list, and you should stop sending them emails. This not only respects the recipient's preferences but also helps maintain a good sender reputation and improves the chances of your emails being delivered successfully to those who want to receive them.

Which ISPs Have Feedback loops and where do I Sign Up For Them?

 

Many major Internet Service Providers (ISPs) offer feedback loops (FBLs) to help email senders manage spam complaints and improve their email practices. Below are some ISPs that offer feedback loops and information on how to sign up for them:

ISPs Offering Feedback Loops

 

 

Example of an ARF Report:

From: abuse-report@example.com
To: abuse@example.net
Subject: [Abuse Report] Spam from example.com
Content-Type: multipart/report; report-type=feedback-report; boundary="boundary-example-1"

--boundary-example-1
Content-Type: text/plain

This is a report of email abuse. Below is the original message and the machine-readable abuse report.

--boundary-example-1
Content-Type: message/feedback-report

Feedback-Type: abuse
User-Agent: SomeUserAgent/1.0
Version: 0.1
Original-Mail-From: spamsender@example.com
Arrival-Date: Mon, 16 Jul 2023 16:02:43 +0000
Reported-Domain: example.com
Received-Date: Mon, 16 Jul 2023 16:02:43 +0000
Source-IP: 192.0.2.1
Authentication-Results: mail.example.com; spf=fail smtp.mailfrom=spamsender@example.com; dkim=fail (signature did not verify) header.d=example.com; dmarc=fail action=none header.from=example.com

--boundary-example-1
Content-Type: message/rfc822
Content-Disposition: inline

Return-Path: <spamsender@example.com>
Received: from example.com (example.com [192.0.2.1])
by mail.example.net with ESMTP id x50sm4189569pfb.16
for
; Mon, 16 Jul 2023 16:02:43 +0000 (UTC)
Received-SPF: fail (example.com: domain of spamsender@example.com does not designate 192.0.2.1 as permitted sender) client-ip=192.0.2.1;
Authentication-Results: mail.example.net; spf=fail smtp.mailfrom=spamsender@example.com; dkim=fail (signature did not verify) header.d=example.com; dmarc=fail action=none header.from=example.com
Message-ID:
Subject: Special Offer Just For You!
From: "Spammer"
To: user@example.net
Content-Type: text/plain; charset="UTF-8"
MIME-Version: 1.0

[Original message content here]

--boundary-example-1--

 

For more information, you can refer to the official ARF specification: RFC 6449

 

Reputation Management

 

Monitoring email reputation is essential to ensure your emails are trusted and effectively reach your recipients' inboxes. To monitor your email reputation, regularly check feedback from recipients and email service providers. This includes keeping an eye on bounce rates, spam complaints, and unsubscribe requests. Utilize tools and services that provide insights into your sender reputation and email deliverability. Pay attention to metrics such as open rates and engagement levels, as these can indicate how your emails are being received. Additionally, make sure your email practices adhere to best practices and industry standards to maintain a positive reputation. By actively monitoring and adjusting your email strategies based on feedback and performance data, you can improve your email reputation and ensure successful communication with your audience.

Tools for Email Reputation Management

 

 

Blacklist Monitoring

 

Blacklist monitoring for email is a crucial practice for maintaining the health and deliverability of your email campaigns. It involves two primary methods: Below are some ISPs that offer feedback loops and information on how to sign up for them:

 

Both methods are essential for ensuring your emails reach your intended recipients' inboxes and maintaining the effectiveness of your email marketing strategies.

 

Popular Public Blacklist

 

 

Blacklist Monitoring Services

 

Blacklist monitoring services are essential tools for maintaining the health and deliverability of your email campaigns. These services help ensure that your email sending IP addresses and domains are not listed on any blacklists, which could otherwise lead to your emails being marked as spam or rejected by email servers. By using blacklist monitoring services, you can receive real-time alerts, investigate any blacklisting issues, and take corrective actions to delist your IPs or domains.

 

Email Blacklist Checker Tools

 

These tools perform swift, manual scans across multiple public blacklists to determine if a particular email address or domain is listed, which could indicate potential issues with email delivery.

 

Blacklist Removal Locations

 

Blacklist removal for email is a critical process for maintaining the deliverability and reputation of your email campaigns. When an IP address or domain gets listed on a blacklist, it means that emails sent from that source are more likely to be flagged as spam or rejected outright by recipient servers. To begin the removal process, you must first identify the specific blacklist that includes your IP or domain. Next, investigate the reason for the listing, which could range from spam complaints to suspicious sending patterns. Once the issue is identified, take corrective actions such as improving email content, ensuring compliance with CAN-SPAM regulations, and implementing double opt-in procedures. After making these adjustments, submit a delisting request to the blacklist administrator, providing evidence of the changes made. Consistently monitoring email performance and maintaining best practices in email hygiene are essential to prevent future blacklisting and to ensure high deliverability rates.

 

Email Whitelisting

 

Email whitelisting is a process used to ensure that certain email addresses or domains are marked as trusted, allowing their emails to bypass spam filters and be delivered directly to the recipient's inbox.

Below is a list of places to request whitelisting:

 

IP Addresses (Shared, Dedicated, Warming)

 

Shared vs Dedicated

 

Shared IPs are used by multiple senders, pooling their email sending activities together. This means the reputation of the shared IP is influenced by the combined actions of all its users. While shared IPs are managed by email service providers (ESPs) to maintain a good reputation, individual senders have less control over the IP's overall reputation. Shared IPs are ideal for smaller senders or those with lower email volumes, as the reputation management and warming up are handled by the ESP.

Dedicated IPs, on the other hand, are used exclusively by a single sender. This gives the sender full control over the IP's reputation, as it is solely affected by their email sending practices. Dedicated IPs are recommended for larger senders or those with high email volumes, as they provide better deliverability and reputation management tailored to their specific needs.

IP Warmup

 

IP warmup primarily applies to dedicated IPs, especially those that have been used recently but are now starting a new sending pattern. When a dedicated IP is new or has been dormant, it lacks a sending history, making it essential to gradually increase the email volume to build a positive reputation. This process involves starting with a low volume of emails sent to the most engaged recipients and slowly ramping up the volume over time. This gradual increase helps to establish trust with ESPs and ISPs, demonstrating that the sender follows good email practices and is not a spammer. Without proper warmup, emails from a dedicated IP are more likely to be flagged as spam, resulting in poor deliverability and potentially damaging the sender's reputation.

Warming up IP's is not a simple as it seems, you probably seen a lot of charts that say double everyday. Well this is simply untrue, we warmed up 100's of IPs. A lot goes into warming up IP's correctly for good delivery, a simple mistake can cost you months of reputational repair.

Follow the steps below:

 

Major ISP Warming Guide:

Provider Initial Sending Rate Increment Strategy Additional Notes
Yahoo/AOL/Verizon (Combined) Start with 2 emails per hour, then 4 per hour, then 8 per hour, then 12 per hour Increase approximately 25-30% per hour. Increase only once per day. 12 emails per hour equals 144 per day
Hotmail/MSN/Live/Outlook (Combined) Start with 10 emails per hour, then 15 per hour, then 30 per hour, then 40 per hour Increase approximately 10% per hour. Increase only once per day. Hotmail is volume sensitive, any large shift will affect the reputation
Gmail Start with 10 emails per hour, then 15 per hour, then 30 per hour, then 40 per hour Increase approximately 30% per hour. Increase only once per day. Monitor your reputation in Postmaster tools. The higher the rep, the larger your increases can be, but don't exceed 50%

Note: If you have an established domain with a high reputation, multiply the starting numbers by 20.
Comcast, Cox, Cable Domains Start with 50 emails per day, then 75 per day, then 100 per day Increase approximately 25% per day. Increase only once per day. Cox: approximately 1500-2000 a day per IP. Comcast: approximately 3000 a day per IP. Once a strong rep is established, volume auto increases.

 

Email Compliance Laws

 

Email compliance laws vary by country and region, reflecting differing approaches to regulating email marketing, protecting consumer privacy, and combating spam. Here are some of the key email compliance laws in different countries:

United States: CAN-SPAM Act

 

 

European Union: GDPR and ePrivacy Directive

 

 

Canada: CASL

 

 

Australia: Spam Act 2003

 

 

United Kingdom: Privacy and Electronic Communications Regulations (PECR)

 

 

WHOIS Privacy

 

What is WHOIS?

 

WHOIS is a protocol and database system used to look up information about the ownership and registration of domain names. When you perform a WHOIS lookup, you can retrieve details such as the domain registrant's contact information, the registration and expiration dates of the domain, the name servers used, and the registrar through which the domain was registered.

Key Aspects of WHOIS:

 

 

Example of a WHOIS Record:

Domain Name: EXAMPLE.COM
Registry Domain ID: 123456789-DOMAIN
Registrar WHOIS Server: whois.example-registrar.com
Registrar URL: http://www.example-registrar.com
Updated Date: 2023-01-01T12:00:00Z
Creation Date: 2020-01-01T12:00:00Z
Registrar Registration Expiration Date: 2025-01-01T12:00:00Z
Registrar: Example Registrar, Inc.
Registrar IANA ID: 1234
Registrar Abuse Contact Email: abuse@example-registrar.com
Registrar Abuse Contact Phone: +1.234567890
Domain Status: ok
Registrant Name: John Doe
Registrant Organization: Example Organization
Registrant Street: 123 Example Street
Registrant City: Example City
Registrant State/Province: EX
Registrant Postal Code: 12345
Registrant Country: US
Registrant Phone: +1.234567890
Registrant Email: john.doe@example.com
Admin Name: John Doe
Admin Organization: Example Organization
Admin Street: 123 Example Street
Admin City: Example City
Admin State/Province: EX
Admin Postal Code: 12345
Admin Country: US
Admin Phone: +1.234567890
Admin Email: john.doe@example.com
Tech Name: John Doe
Tech Organization: Example Organization
Tech Street: 123 Example Street
Tech City: Example City
Tech State/Province: EX
Tech Postal Code: 12345
Tech Country: US
Tech Phone: +1.234567890
Tech Email: john.doe@example.com
Name Server: NS1.EXAMPLE.COM
Name Server: NS2.EXAMPLE.COM
DNSSEC: unsigned

 

Emailing Domain

 

When a domain is used for emailing, the WHOIS information can provide critical insights into the email sender's legitimacy. For example, a reputable organization will often have their WHOIS information publicly available and accurately filled out. Conversely, spammers and malicious actors might hide their identity using WHOIS privacy protection services.

Importance of WHOIS for Email Domains:

 

 

Performing a WHOIS Lookup

 

You can perform a WHOIS lookup through various online tools and services, such as:

 

These services provide easy access to WHOIS information, helping you verify domain ownership and obtain other critical details about the domain used for emailing.

 

BIMI Record

 

BIMI, short for Brand Indicators for Message Identification, is an emerging email authentication standard that allows organizations to display their brand logos next to authenticated email messages in recipients' inboxes. This initiative aims to enhance email security, increase brand recognition, and boost customer trust.

What is BIMI?

 

BIMI is a specification that leverages existing email authentication protocols, such as DMARC (Domain-based Message Authentication, Reporting, and Conformance), SPF (Sender Policy Framework), and DKIM (DomainKeys Identified Mail). By meeting these authentication requirements, organizations can use BIMI to display their verified brand logo in the inboxes of participating email providers.

Key Benefits of BIMI

 

 

How Does BIMI Work?

 

To implement BIMI, organizations need to follow these steps:

 

Here is an example of a BIMI DNS TXT record:

Record Type Content TTL
default._bimi.campaigncleaner.com TXT v=BIMI1; l=https://campaigncleaner.com/images/bimi.svg; a=https://campaigncleaner.com/images/bimi-cert.pem 3600

 

For more information, you can refer to the official BIMI specification.

 

Important Email Headers

 

To improve email deliverability and enhance user experience, certain optional headers can be very effective. Here are three important optional email headers: List-Unsubscribe, Precedence, and X-Priority.

1. List-Unsubscribe Header

 

Purpose: Allows recipients to easily unsubscribe from mailing lists.

 

Example:

List-Unsubscribe: <mailto:unsubscribe@example.com>, <https://example.com/unsubscribe>

 

Importance: Reduces the likelihood of your emails being marked as spam by providing a clear and easy way to unsubscribe. It can improve the reputation of your sending domain and make it more likely that your emails are delivered to the inbox.

 

2. Precedence Header

 

Purpose: Indicates the priority of the email, commonly used in automated or bulk email systems.

 

Example:

Precedence: bulk

 

Importance: Helps distinguish between different types of emails, such as transactional or bulk. It can help mail servers and clients handle your emails more appropriately, reducing the risk of important emails being treated as spam.

 

3. X-Priority Header

 

Purpose: Sets the priority of the email.

 

Example:

X-Priority: 3 (Normal)

 

Importance: Indicates the urgency of the email to recipients and email clients. Emails with higher priority might be displayed more prominently or flagged differently in some email clients.

 

Example of Enhanced Email Headers in Use

 

Here’s how these headers might look in an email:

From: John Doe <john.doe@example.com>
To: Jane Smith <jane.smith@example.com>
Subject: Your Invoice for June 2024
List-Unsubscribe: <mailto:unsubscribe@example.com>, <https://example.com/unsubscribe>
Precedence: bulk
X-Priority: 3 (Normal)

 

Email Content, Structure, Design

All the technical setup steps discussed earlier are generally one-time tasks. Once you've properly configured your email with the correct settings, you typically won't need to repeat these steps unless you change your domain, ESP provider, or IPs. However, your email content and design are constantly evolving elements. There are numerous factors to consider when creating emails, and these aspects play a crucial role in building a strong email reputation and ensuring your messages reach the inbox.

When creating email content and design to ensure deliverability, there are several important factors to consider. Here are the key aspects you need to be aware of:

 

General Content Guidelines

 

 

CSS Optimizations

 

 

Image Management

 

 

HTML Optimization

 

 

User Acquisition

 

User acquisition is the process of attracting and converting individuals into customers or users of a product or service. This involves a variety of strategies and tactics aimed at reaching potential users, engaging them with compelling content and offers, and guiding them through the conversion funnel to take a desired action, such as signing up for a service, downloading an app, or making a purchase.

Effective user acquisition requires a deep understanding of the target audience, leveraging channels like social media, search engine marketing, email campaigns, and partnerships to reach them. Additionally, optimizing the user experience and continuously analyzing performance metrics are crucial to refining acquisition strategies and achieving sustainable growth.

Obtain Consent-Based Leads

 

Obtaining consent-based leads is crucial for building a high-quality email list and ensuring compliance with legal regulations.

Steps to contain consent based leads:

 

 

Verifying Email Addresses

 

Verifiying email addresses is a critical step in ensuring the quality of your email list and improving deliverability. Here’s how and where you should verify email addresses as part of your user acquisition strategy:

 

Where to Validate Email Addresses:

 

 

Tools to Verify Email Addresses:

 

 

Mailstreams

 

Mailstreams are different categories of emails that a company sends, like marketing emails, transactional emails (such as order confirmations), and notification emails (like password resets). Separating mailstreams ensures better email delivery since different types of emails get different reactions from people. If marketing emails receive poor reactions, it won’t affect the delivery of other types, like important order confirmations. It also helps in managing reputation because email providers, such as Gmail or Yahoo, track how good your emails are. Separating mailstreams ensures that complaints about marketing emails don’t harm the reputation of your transactional emails. Additionally, it makes problem-solving easier; if there’s an issue, like high bounce rates, it’s easier to find and fix it when different types of emails are sent separately.

Different Types of Mail Streams

 

1. Transactional Emails

 

These are automated emails triggered by a user's action on a website or app. They typically include:

 

 

2. Marketing Emails

 

These are sent to promote products, services, or events and can include:

 

 

3. Informational Emails

 

These provide information without a sales pitch, often sent by organizations to their subscribers or members:

 

 

4. Personal Emails

 

These are one-to-one emails sent from one individual to another, often for personal or professional communication:

 

 

5. Automated Emails

 

These are sent based on specific triggers or schedules and can overlap with transactional and marketing emails:

 

 

6. Nurture Emails

 

These are part of a series designed to build relationships with prospects and guide them through the sales funnel:

 

 

7. Internal Emails

 

These are sent within an organization for communication among employees:

 

 

8. Cold Emails

 

These are unsolicited emails sent to potential customers or contacts who have not previously interacted with the sender:

 

 

9. Follow-Up Emails

 

These are sent after an initial email or interaction to maintain communication:

 

 

How to Seperate Mail Streams

 

To separate mailstreams, you should use a different subdomains, IPs, and DomainKeys Identified Mail (DKIM) for each type of email.

For Example:

Transactional Emails:

 

Marketing Emails:

 

Email Segmentation

 

Email segmentation is the process of dividing your email list into smaller, more targeted groups based on specific criteria. This strategy helps to send more relevant content to subscribers, improving engagement rates and, ultimately, email deliverability. By ensuring that recipients receive content that is tailored to their interests and behaviors, you can reduce unsubscribe rates, minimize spam complaints, and enhance your sender reputation.

Segmentation Improves Delivery

 

 

How to Segment Your Email List

 

Demographic Segmentation

 

Divide your list based on demographic information such as age, gender, location, and occupation. This allows you to tailor content to specific demographic groups.

Behavioral Segmentation

 

Segment your audience based on their behavior, such as past purchases, browsing history, email engagement (opens, clicks), and website activity. This helps you target users with content that matches their interests and actions.

Psychographic Segmentation

 

Group subscribers based on their interests, values, lifestyle, and personality traits. This can be useful for creating highly personalized content that resonates with specific audience segments.

Engagement-Based Segmentation

 

Identify and separate your highly engaged subscribers from those who are less active. You can send re-engagement campaigns to inactive users and exclusive offers to loyal customers.

Purchase History Segmentation

 

Segment your list based on past purchase behavior. This allows you to send product recommendations, special offers, and personalized promotions to customers who have shown interest in specific products or categories.

Lifecycle Stage Segmentation

 

Target subscribers based on where they are in the customer lifecycle, such as new subscribers, active customers, lapsed customers, or leads. This helps you send relevant messages at each stage of the customer journey.

Best Practices for Effective Segmentation

 

 

By implementing email segmentation, you can improve the relevance and effectiveness of your email campaigns, leading to better engagement rates and enhanced email deliverability.

Pruning Inactive Users

 

Maintaining a healthy email list is crucial for effective email marketing and improved deliverability. One important practice is to prune or remove users who haven't engaged with your emails after a certain period. Here’s how to manage inactive subscribers:

Steps to Prune Inactive Users:

 

 

Benefits of Pruning Inactive Users:

 

 

Postmaster Guidelines

 

Postmaster guidelines are sets of best practices provided by major email service providers (ESPs) like Google, Yahoo, and Microsoft to help senders improve email deliverability and maintain a good sender reputation. These guidelines typically cover aspects such as authentication using SPF, DKIM, and DMARC, managing email lists by ensuring they are up-to-date and obtained through proper opt-in procedures, and monitoring feedback loops to handle complaints and bounces effectively. Adhering to these guidelines is crucial for avoiding spam filters, reducing the risk of being blacklisted, and ensuring that emails reach the recipients' inboxes. ESPs provide these guidelines on their respective postmaster or bulk sender support pages, offering valuable insights into how their specific systems filter and handle incoming emails, thus aiding senders in optimizing their email strategies for better engagement and compliance.

Here's a list of Postmaster Guidelines:

 

Google (Gmail)

 

Microsoft (Outlook, Hotmail, Live)

 

Yahoo Mail

 

AOL Mail

 

Comcast

 

Apple iCloud Mail

 

Mail.com

 

Rackspace

 

Cox

 

Spectrum

 

Frequently Asked Questions

 

What is email deliverability?

Email deliverability is the ability of an email to successfully reach a recipient's inbox rather than being filtered into spam, junk, or blocked entirely. It is determined by sender authentication (SPF, DKIM, DMARC), IP and domain reputation, email content quality, list hygiene, and subscriber engagement. A high deliverability rate means the majority of your emails land in the inbox where subscribers can see and act on them.

How do I improve email deliverability?

To improve email deliverability: set up SPF, DKIM, and DMARC authentication records; warm up new IP addresses gradually before sending full volume; keep your list clean by removing bounces and inactive addresses; monitor sender reputation and blacklists regularly; use a consistent sending schedule; optimize email HTML to avoid spam triggers; and enable a one-click List-Unsubscribe header to meet Gmail and Yahoo bulk sender requirements.

What is a good email deliverability rate?

A good email deliverability rate is generally 95% or higher - meaning 95%+ of sent emails are accepted by receiving mail servers without bouncing. Inbox placement rate (the percentage landing in the inbox rather than spam) typically ranges from 83% to 92% depending on the sender and industry. Spam complaint rates should stay below 0.08% to maintain good standing with Gmail and Yahoo.

How do I check my email deliverability?

Use Campaign Cleaner's free Mail Tester to send a test email and get an instant deliverability score. Check SPF, DKIM, and DMARC records with free lookup tools. Monitor blacklists via Campaign Cleaner's blacklist checker. Review bounce rates and spam complaint rates in your ESP dashboard. Set up Google Postmaster Tools and Microsoft SNDS to monitor your domain and IP reputation directly with the major inbox providers.

What affects email deliverability?

Email deliverability is affected by sender authentication (missing or misconfigured SPF, DKIM, DMARC causes immediate filtering), IP and domain reputation (history of spam complaints and blacklistings), email content quality (spam trigger words, oversized HTML, broken links, poor text-to-image ratio), list hygiene (sending to invalid or disengaged addresses), sending infrastructure (shared vs. dedicated IPs and warmup history), and compliance (one-click unsubscribe, CAN-SPAM, GDPR requirements). Any single factor can significantly reduce inbox placement rates.

Putting It All Together

Email deliverability isn't a single setting you turn on — it's the cumulative result of authentication, reputation, content quality, and engagement signals working together over time. Miss one pillar and the others compensate less than you'd hope.

If you're debugging a deliverability problem, start with authentication (SPF, DKIM, DMARC), check your sending reputation at the major ISPs, then audit your content for trigger patterns. Campaign Cleaner walks through all three layers automatically.

Emails Landing in Spam? Let's Fix That.

Campaign Cleaner analyzes your emails for spam triggers, authentication gaps, and deliverability issues — so your messages actually reach the inbox.

Try Campaign Cleaner Free

Are You Ready To Experience The Difference?

CC Logo

Become a part of the Campaign Cleaner community today, and join countless satisfied customers who have witnessed significant improvements in their email deliverability and campaign success. Don't let HTML issues hold you back; let Campaign Cleaner optimize your campaigns and boost your inbox rates.

Let's Get Started