{"id":146,"date":"2025-01-06T10:00:14","date_gmt":"2025-01-06T10:00:14","guid":{"rendered":"https:\/\/evan-luke.com\/?p=146"},"modified":"2025-01-30T18:19:02","modified_gmt":"2025-01-30T18:19:02","slug":"email-deliverability-how-to-dodge-the-spam-folder-in-2025","status":"publish","type":"post","link":"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/","title":{"rendered":"Email Deliverability: How to Dodge the Spam Folder in 2025"},"content":{"rendered":"\n<p class=\"\">So, let me guess, you\u2019ve received some recent reports of your organization\u2019s emails hitting recipients\u2019 spam folders? This wasn\u2019t on your to-do list for today, but now it\u2019s becoming a priority. You were under the impression everything was set up correctly, and it is, right? Because you\u2019re a rockstar! And you are, of course :).<\/p>\n\n\n\n<p class=\"\">That said, you\u2019re feeling the pressure to come up with an explanation. It could be for your boss, a sales or customer support representative communicating with prospects, or maybe even someone outside of your organization that you were speaking with directly.<\/p>\n\n\n\n<p class=\"\">Deliverability can be a tricky subject. See, internet service providers aren\u2019t always the most transparent about the criteria they use to sort who is in their good books and who is in their bad books. That\u2019s for good reason, because if that information was all public it would also serve as a sort of guide from those with malicious intentions to hit unsuspecting recipients inboxes. It\u2019s a good idea to explain this to your team and remind them whenever you can. Always set those expectations!<\/p>\n\n\n\n<p class=\"\">The good news is that there are some basic pieces of the puzzle to check on, test, and tweak. We&#8217;ll start by covering some potential ways of diagnosing the problem and then move into the basics of deliverability protocols, which should hopefully be a refresher. Once that\u2019s done we\u2019ll talk about testing your configuration.&nbsp;<\/p>\n\n\n\n<p class=\"\">One last thing, if you haven\u2019t already picked up on it, this piece is very much written for someone in marketing or marketing operations. If you\u2019re in sales, growth, or GTM engineering and looking for advice on infrastructure for outbound campaigns, that\u2019s a little different. Hence, we\u2019ll cover that in a future post.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Diagnosis<\/h3>\n\n\n\n<p class=\"\">One piece of the puzzle that can help get you pointed in the right direction is looking at the domain that is being used to send the messages in question. Here are a few possible scenarios that may be helpful to keep in mind as context:<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Is it your primary (corporate) domain or subdomain?<\/h4>\n\n\n\n<p class=\"\">This will typically either be a case of something in the configuration that has recently broken, since it will have almost always been working properly at some point in time. Or, your domain reputation has gone bad. You can get a better sense of if it is the former or latter by skipping ahead to the section about deliverability protocols and then testing.<\/p>\n\n\n\n<p class=\"\">If you have been through testing and you suspect the issue is a domain that has gotten a bad reputation, you may need to look into acquiring a new domain and setting up new infrastructure to help mitigate the problem. That topic will be covered in a future post.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Is it a secondary domain?&nbsp;<\/h4>\n\n\n\n<p class=\"\">Usually these domains are specifically acquired for the purposes of a marketing campaign or initiative. Of course, some forward thinking companies will purchase separate domains for the purposes of sending high volumes of email to an opted-in database. Most people reading this will probably be in the former camp.<\/p>\n\n\n\n<p class=\"\">Like for primary domains, this situation can typically go two ways. There is either a configuration issue, which you should be able to get some insight on based on whether you remember setting up the infrastructure to use it. Or, the domain reputation has gone bad from being overused or marked as \u201cspam\u201d too many times. As above, it\u2019s probably worth skipping ahead to test a bit, and if it is a case of a burned domain moving to a new domain may be required.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Is it a default (unconfigured) domain?<\/h4>\n\n\n\n<p class=\"\">For example, <a href=\"https:\/\/www.campaignmonitor.com\/\">Campaign Monitor<\/a> uses [companyname].createsend.com as its default domain. This is usually a case of a new email service provider has been acquired and set up with contacts, email design, and copy, but not configured to send properly. You might think this is uncommon, but it happens more often than you think.<\/p>\n\n\n\n<p class=\"\">The good news is, it is a straightforward fix and most email service providers will have helpful in-app infrastructure to aid you through the process. The bad news is that someone in your department needs to get a slap on the wrist for setting up a new tool without your involvement. Ouch!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Deliverability Protocols 101<\/h3>\n\n\n\n<p class=\"\">Let\u2019s do a quick and dirty refresher on SPF, DKIM, and DMARC. These are typically the most important components to be looking at in configuration when establishing the problem, and they can also come into play with most fixes. This is important stuff!<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Sender Policy Framework (SPF)<\/h4>\n\n\n\n<p class=\"\"><em>What is SPF?<\/em><\/p>\n\n\n\n<p class=\"\">SPF is an email authentication method that allows domain owners to specify which mail servers are permitted to send emails on their behalf. It works by adding a DNS record that lists authorized IP addresses.<\/p>\n\n\n\n<p class=\"\"><em>Why Does SPF Matter?<\/em><\/p>\n\n\n\n<p class=\"\">Imagine receiving a letter claiming to be from your bank but delivered by an unknown courier. You&#8217;d be suspicious, right? SPF helps email servers verify that incoming emails claiming to be from your domain are sent from authorized sources, reducing the chances of spoofing and phishing attacks.<\/p>\n\n\n\n<p class=\"\"><em>SPF Checklist<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Identify Authorized Senders: List all IP addresses and servers that send emails on behalf of your domain.<br><\/li>\n\n\n\n<li class=\"\">Create an SPF Record: Publish this list in your domain&#8217;s DNS settings as a TXT record. You may need to contact your R&amp;D team for help with this as it usually requires <a href=\"https:\/\/docs.aws.amazon.com\/Route53\/latest\/DeveloperGuide\/resource-record-sets-creating.html\">Amazon Route 53<\/a>, or <a href=\"https:\/\/cpanel.net\/\">cPanel<\/a>, or equivalent service access.<br><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">DomainKeys Identified Mail (DKIM)<\/h4>\n\n\n\n<p class=\"\"><em>What is DKIM?<\/em><\/p>\n\n\n\n<p class=\"\">DKIM adds a digital signature to your emails, allowing the receiving server to verify that the email hasn&#8217;t been altered during transit and confirms the sender&#8217;s identity.<\/p>\n\n\n\n<p class=\"\"><em>Why Does DKIM Matter?<\/em><\/p>\n\n\n\n<p class=\"\">Think of DKIM as a wax seal on a letter. If the seal is intact upon arrival, the recipient knows the content is authentic and untampered. DKIM builds trust with email providers, enhancing your sender reputation and improving deliverability.<\/p>\n\n\n\n<p class=\"\"><em>DKIM Checklist<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Generate DKIM Keys: Create a public-private key pair. You can usually do this with admin credentials on many marketing automation providers. For example, <a href=\"https:\/\/knowledge.hubspot.com\/marketing-email\/manage-email-authentication-in-hubspot?_gl=1*1lxijq1*_ga*OTQ5MzYxMjc0LjE3MzcxMzQwNTQ.*_ga_LXTM6CQ0XK*MTczNzEzNDA1NC4xLjAuMTczNzEzNDA1NC42MC4wLjA.\">with HubSpot<\/a>.<br><\/li>\n\n\n\n<li class=\"\">Publish the Public Key: Add the public key to your DNS records. You may need to contact your R&amp;D team for help with this as it usually requires <a href=\"https:\/\/docs.aws.amazon.com\/Route53\/latest\/DeveloperGuide\/resource-record-sets-creating.html\">Amazon Route 53<\/a>, or <a href=\"https:\/\/cpanel.net\/\">cPanel<\/a>, or equivalent service access.<br><\/li>\n\n\n\n<li class=\"\">Configure Your Email Server: Set up your email server to sign outgoing emails with the private key.<br><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Domain-based Message Authentication, Reporting &amp; Conformance (DMARC)<\/h4>\n\n\n\n<p class=\"\"><em>What is DMARC?<\/em><\/p>\n\n\n\n<p class=\"\">DMARC builds upon SPF and DKIM by providing a way for domain owners to specify how unauthenticated emails should be handled (e.g., quarantine or reject) and offers reporting capabilities.<\/p>\n\n\n\n<p class=\"\"><em>Why Does DMARC Matter?<\/em><\/p>\n\n\n\n<p class=\"\">DMARC acts as a policy enforcer. Without it, even if SPF and DKIM fail, malicious emails might still reach recipients. DMARC ensures that only authenticated emails are delivered, protecting your brand from impersonation.<\/p>\n\n\n\n<p class=\"\"><em>DMARC Checklist<\/em><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Create a DMARC Policy: Decide on your policy\u2014none, quarantine, or reject\u2014based on your readiness.<br><\/li>\n\n\n\n<li class=\"\">Publish the DMARC Record: Add a TXT record to your DNS with the chosen policy and an email address for receiving reports.<br><\/li>\n\n\n\n<li class=\"\">Monitor Reports: Regularly review DMARC reports to understand your email authentication status and adjust policies as needed.<br><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Testing Deliverability and Reputation<\/h3>\n\n\n\n<p class=\"\">Now that we\u2019ve covered deliverability protocols let\u2019s look at a couple of tools to test your configuration. This is a great way to identify any possible red flags that are directing your organization\u2019s message to the spam folder.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/easydmarc.com\/tools\/domain-scanner\">EasyDMARC<\/a><\/h4>\n\n\n\n<p class=\"\">EasyDMARC offers a free domain scanner tool that makes it fast and easy to check on SPF, DKIM, and DMARC in your DNS records. It uses each to deliver an overall risk assessment grade of low, medium, or high. For each record type it shows the values that have propagated, which helps to assess whether they line up as expected. The tool also makes recommendations on how to improve the risk assessment. It\u2019s a little unforgiving with DMARC, but nonetheless these suggestions are worth looking into.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/senderscore.org\/\">SenderScore<\/a><\/h4>\n\n\n\n<p class=\"\">SenderScore assesses the reputation of your domain. Type in your domain, your email, the volume of emails you\u2019re sending, and your country, and it spits out a score per IP address from 0 to 100. This is a representation of your reputation to ISPs and the recipients of the email. The higher the score, the better. The lower the reputation, the more likely it is you have some work to do to improve the reputation or start utilizing new domains.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><a href=\"https:\/\/www.mail-tester.com\/\">Mail Tester<\/a><\/h4>\n\n\n\n<p class=\"\">Mail Test requests that you send an email to a random address that they provide you with. You\u2019ll get a score out of 10, plus an indicator of what that might mean. You can then check:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">SPF, DKIM, and DMARC results.<\/li>\n\n\n\n<li class=\"\">Body message errors.<\/li>\n\n\n\n<li class=\"\">If you\u2019re blacklisted.<\/li>\n\n\n\n<li class=\"\">If the message has any broken links.<\/li>\n<\/ul>\n\n\n\n<p class=\"\">This can be very useful if you have configuration and domain reputation ruled out, or suspect they are less likely to be the problem. Some messages are more likely to trigger spam filters, and while it may not be practical to check each one before a new campaign, this can help to retroactively weed out anything that is causing problems.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">My domain is burned, what now?<\/h3>\n\n\n\n<p class=\"\">While resolving configuration issues can be a bit of a pain in the behind, it is at least pretty straightward to sort out. Bad domain reputation is a whole other kettle of fish. Can you improve upon a bad reputation? Sure, but it can be a bit of a process and require some patience. There are a few ways to go about that:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Ensure users can unsubscribe. Most marketing automation and email service providers will have dedicated tools for this.<\/li>\n\n\n\n<li class=\"\">Confirm users are opted in. Please consult with an expert in relevant legislation like <a href=\"https:\/\/ised-isde.canada.ca\/site\/canada-anti-spam-legislation\/en\">CASL<\/a> or <a href=\"https:\/\/www.ftc.gov\/business-guidance\/resources\/can-spam-act-compliance-guide-business\">CAN-SPAM<\/a> to get detailed guidance on what constitutes consent.<\/li>\n\n\n\n<li class=\"\">Reduce bounce rates. You can use tools like <a href=\"https:\/\/www.zerobounce.net\/\">Zerobounce<\/a> to clean your lists.<\/li>\n\n\n\n<li class=\"\">Send with consistency. Unusual spikes in sending volume is one of the fastest, surefire ways to arouse ISPs suspicion. Gradual increases are best practice.<\/li>\n<\/ul>\n\n\n\n<p class=\"\">All that being said, once the damage is done making reactive changes isn\u2019t a guarantee you will get yourself out of the ISP doghouse. Hence, you will want to consider setting up new infrastructure with the above advice implemented for longer term success and stability. In other words, you should take this as a sign to move to a more proactive approach &#8211; ISP\u2019s are more stringent with identifying spam than ever! Again, we\u2019ll cover this in detail in a future post.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>So, let me guess, you\u2019ve received some recent reports of your organization\u2019s emails hitting recipients\u2019 spam folders? This wasn\u2019t on [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11,12],"tags":[],"class_list":["post-146","post","type-post","status-publish","format-standard","hentry","category-marketing","category-revenue-operations"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Email Deliverability: How to Dodge the Spam Folder in 2025<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Email Deliverability: How to Dodge the Spam Folder in 2025\" \/>\n<meta property=\"og:description\" content=\"So, let me guess, you\u2019ve received some recent reports of your organization\u2019s emails hitting recipients\u2019 spam folders? This wasn\u2019t on [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/\" \/>\n<meta property=\"og:site_name\" content=\"SaaSy GTM\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-06T10:00:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-30T18:19:02+00:00\" \/>\n<meta name=\"author\" content=\"Evan Luke\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@jevanluke\" \/>\n<meta name=\"twitter:site\" content=\"@jevanluke\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Evan Luke\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\\\/\"},\"author\":{\"name\":\"Evan Luke\",\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/#\\\/schema\\\/person\\\/7cb2b051d7cc7ed85f1c85359b1e9332\"},\"headline\":\"Email Deliverability: How to Dodge the Spam Folder in 2025\",\"datePublished\":\"2025-01-06T10:00:14+00:00\",\"dateModified\":\"2025-01-30T18:19:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\\\/\"},\"wordCount\":1794,\"publisher\":{\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/#organization\"},\"articleSection\":[\"Marketing\",\"Revenue Operations\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\\\/\",\"url\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\\\/\",\"name\":\"Email Deliverability: How to Dodge the Spam Folder in 2025\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/#website\"},\"datePublished\":\"2025-01-06T10:00:14+00:00\",\"dateModified\":\"2025-01-30T18:19:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/saasygtm.com\\\/blog\\\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Email Deliverability: How to Dodge the Spam Folder in 2025\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/\",\"name\":\"SaaSy GTM\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/#organization\",\"name\":\"SaaSy GTM\",\"url\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/saasygtm.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/cropped-android-chrome-192x192-1.png?fit=512%2C512&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/saasygtm.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/cropped-android-chrome-192x192-1.png?fit=512%2C512&ssl=1\",\"width\":512,\"height\":512,\"caption\":\"SaaSy GTM\"},\"image\":{\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/jevanluke\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/#\\\/schema\\\/person\\\/7cb2b051d7cc7ed85f1c85359b1e9332\",\"name\":\"Evan Luke\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4d24f56ea710f19c3ab0cc0575e51dd0ac80dc73d3b30843c392ecc43b2e86a9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4d24f56ea710f19c3ab0cc0575e51dd0ac80dc73d3b30843c392ecc43b2e86a9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4d24f56ea710f19c3ab0cc0575e51dd0ac80dc73d3b30843c392ecc43b2e86a9?s=96&d=mm&r=g\",\"caption\":\"Evan Luke\"},\"url\":\"https:\\\/\\\/saasygtm.com\\\/blog\\\/author\\\/evanluke\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Email Deliverability: How to Dodge the Spam Folder in 2025","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/","og_locale":"en_US","og_type":"article","og_title":"Email Deliverability: How to Dodge the Spam Folder in 2025","og_description":"So, let me guess, you\u2019ve received some recent reports of your organization\u2019s emails hitting recipients\u2019 spam folders? This wasn\u2019t on [&hellip;]","og_url":"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/","og_site_name":"SaaSy GTM","article_published_time":"2025-01-06T10:00:14+00:00","article_modified_time":"2025-01-30T18:19:02+00:00","author":"Evan Luke","twitter_card":"summary_large_image","twitter_creator":"@jevanluke","twitter_site":"@jevanluke","twitter_misc":{"Written by":"Evan Luke","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/#article","isPartOf":{"@id":"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/"},"author":{"name":"Evan Luke","@id":"https:\/\/saasygtm.com\/blog\/#\/schema\/person\/7cb2b051d7cc7ed85f1c85359b1e9332"},"headline":"Email Deliverability: How to Dodge the Spam Folder in 2025","datePublished":"2025-01-06T10:00:14+00:00","dateModified":"2025-01-30T18:19:02+00:00","mainEntityOfPage":{"@id":"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/"},"wordCount":1794,"publisher":{"@id":"https:\/\/saasygtm.com\/blog\/#organization"},"articleSection":["Marketing","Revenue Operations"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/","url":"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/","name":"Email Deliverability: How to Dodge the Spam Folder in 2025","isPartOf":{"@id":"https:\/\/saasygtm.com\/blog\/#website"},"datePublished":"2025-01-06T10:00:14+00:00","dateModified":"2025-01-30T18:19:02+00:00","breadcrumb":{"@id":"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/saasygtm.com\/blog\/email-deliverability-how-to-dodge-the-spam-folder-in-2025\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/saasygtm.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Email Deliverability: How to Dodge the Spam Folder in 2025"}]},{"@type":"WebSite","@id":"https:\/\/saasygtm.com\/blog\/#website","url":"https:\/\/saasygtm.com\/blog\/","name":"SaaSy GTM","description":"","publisher":{"@id":"https:\/\/saasygtm.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/saasygtm.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/saasygtm.com\/blog\/#organization","name":"SaaSy GTM","url":"https:\/\/saasygtm.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/saasygtm.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/saasygtm.com\/blog\/wp-content\/uploads\/2025\/02\/cropped-android-chrome-192x192-1.png?fit=512%2C512&ssl=1","contentUrl":"https:\/\/i0.wp.com\/saasygtm.com\/blog\/wp-content\/uploads\/2025\/02\/cropped-android-chrome-192x192-1.png?fit=512%2C512&ssl=1","width":512,"height":512,"caption":"SaaSy GTM"},"image":{"@id":"https:\/\/saasygtm.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/jevanluke"]},{"@type":"Person","@id":"https:\/\/saasygtm.com\/blog\/#\/schema\/person\/7cb2b051d7cc7ed85f1c85359b1e9332","name":"Evan Luke","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4d24f56ea710f19c3ab0cc0575e51dd0ac80dc73d3b30843c392ecc43b2e86a9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4d24f56ea710f19c3ab0cc0575e51dd0ac80dc73d3b30843c392ecc43b2e86a9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4d24f56ea710f19c3ab0cc0575e51dd0ac80dc73d3b30843c392ecc43b2e86a9?s=96&d=mm&r=g","caption":"Evan Luke"},"url":"https:\/\/saasygtm.com\/blog\/author\/evanluke\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/saasygtm.com\/blog\/wp-json\/wp\/v2\/posts\/146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/saasygtm.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/saasygtm.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/saasygtm.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/saasygtm.com\/blog\/wp-json\/wp\/v2\/comments?post=146"}],"version-history":[{"count":3,"href":"https:\/\/saasygtm.com\/blog\/wp-json\/wp\/v2\/posts\/146\/revisions"}],"predecessor-version":[{"id":156,"href":"https:\/\/saasygtm.com\/blog\/wp-json\/wp\/v2\/posts\/146\/revisions\/156"}],"wp:attachment":[{"href":"https:\/\/saasygtm.com\/blog\/wp-json\/wp\/v2\/media?parent=146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/saasygtm.com\/blog\/wp-json\/wp\/v2\/categories?post=146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/saasygtm.com\/blog\/wp-json\/wp\/v2\/tags?post=146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}