{"id":40479,"date":"2024-05-02T11:59:54","date_gmt":"2024-05-02T11:59:54","guid":{"rendered":"https:\/\/easydmarc.com\/blog\/?p=40479"},"modified":"2025-06-18T19:01:50","modified_gmt":"2025-06-18T19:01:50","slug":"rackspace-spf-and-dkim-configuration","status":"publish","type":"post","link":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/","title":{"rendered":"Rackspace SPF and DKIM configuration: Step By Step Guideline"},"content":{"rendered":"\n<p>This instructional article will demonstrate the Rackspace configuration process of Sender Policy Framework (SPF), DomainKeys Identified Mail (DKIM) Signatures to ensure Rackspace passes the DMARC alignment check and eliminate spam from your domain and increase security.<\/p>\n\n\n\n<p>The SPF record identifies the mail servers and domains that are allowed to send email on behalf of your domain. The DKIM record, on the other hand, is a specially formatted DNS TXT record that stores the public key the receiving mail server will use to verify a message&#8217;s signature. These email authentication methods will be used to prove to ISPs and mail services that senders are truly authorized to send email from a particular domain and are a way of verifying your email sending server is sending emails through your domain.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" id=\"spf-yes\">\n<h3 class=\"wp-block-heading\" id=\"h-the-process-of-configuring-spf\"><strong>The process of configuring SPF<\/strong><\/h3>\n<\/div>\n<\/div>\n\n\n\n<p>In order to authenticate Rackspace on SPF, please follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Login and head to your DNS Zone provider<\/li>\n\n\n\n<li>Create a new TXT record<\/li>\n\n\n\n<li>Input the DNS name as @ or your domain name<\/li>\n\n\n\n<li>Input the DNS value as v=spf1 include:emailsrvr.com ~all<\/li>\n\n\n\n<li>Save the record<\/li>\n\n\n\n<li>Wait up to 72 hours to allow your DNS to process the changes<\/li>\n<\/ol>\n\n\n\n<p>Screenshot below will show you the example of the SPF record. <strong>We\u2019ll be using CloudFlare for this example.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/oM5bhnrZixYh_laviFF5fXQluAQ0YG2Oa9GWbynYDjS4haCWrxZN5RgDLw0PXcnV1AlDEsvo8vEFiZiX2NCmTPvmBRT5K0TQPYW9eZTxxC_nLalc6oqgzNMMngpCT7LsDfkK4vd335OBMczJS3sBvFU\" alt=\"\"\/><\/figure>\n\n\n\n<p><strong>Important Note: <\/strong>Each domain must have only one SPF TXT Record. If you have multiple SPF Records, <a href=\"https:\/\/easydmarc.com\/blog\/spf-too-many-dns-lookups-error\/\" target=\"_blank\" rel=\"noreferrer noopener\">SPF will return a PermError<\/a>.&nbsp;<\/p>\n\n\n\n<p><strong>If you are using multiple IPs, ESPs, Third-Party services for your various email strategies, you should include them in a single SPF Record.<\/strong><strong><br \/><\/strong><em>E.g v=spf1 ip4:18.57.156.221 include:emailsrvr.com include:thirdpartyservice.com ~all<\/em><\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" id=\"dkim-yes\">\n<h3 class=\"wp-block-heading\" id=\"h-the-process-of-configuring-dkim\"><strong>The process of configuring DKIM<\/strong><\/h3>\n<\/div>\n<\/div>\n\n\n\n<p>In order to authenticate Rackspace on DKIM, you need to create a TXT record. Please follow these steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log in to the Cloud Office Control Panel<\/li>\n\n\n\n<li>In the Domains section of the home page, click the Sender Authentication (DKIM) link.<\/li>\n\n\n\n<li>On the Sender Authentication (DKIM) page, click the domain for which you want to enable DKIM.<\/li>\n\n\n\n<li>Click Enable DKIM for &lt;your domain&gt;<img fetchpriority=\"high\" decoding=\"async\" width=\"624\" height=\"119\" src=\"https:\/\/lh7-us.googleusercontent.com\/WZBB96gr2y10NFVrefC32r1NU6PCW-4CXH4C5wBM8IlIJpFkA8f0L-b9Dt8IYSIp3gdv2VdqVqAhPfJMQ10OL2bHZBYSix7Y7GPX5RImMZEjGcUF1iIC1-vuON229YL_ylLmMqR_p_WMd0vPQndYXV0\"\/><\/li>\n\n\n\n<li>Copy the TXT record key and TXT record value.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh7-us.googleusercontent.com\/gfs2oBxFmu9nKfDrZKk2zACRC24zDY9hEwmRiH3QV3yxdB4brNf7oUTJqQqRWBGMWx6tgd1tdOUN8LW1lv0btZesJib00PQnmRYxiUpOCutj-MdrFOKTf4bVUEXrPmgQnprP4cjjEhl88BqC1M3ePjc\" alt=\"\"\/><\/figure>\n\n\n\n<ol start=\"6\" class=\"wp-block-list\">\n<li>Login and head to your DNS Zone provider<\/li>\n\n\n\n<li>Create a new CNAME record<\/li>\n\n\n\n<li>Input the DNS name as you have copied in TXT Record Key section<\/li>\n\n\n\n<li>Input the DNS value as you have copied in TXT Record Value section<\/li>\n\n\n\n<li>Save the record<\/li>\n<\/ol>\n\n\n\n<p>Congratulations, you now successfully authenticated your outgoing mail stream from <strong>Rackspace<\/strong> with SPF and DKIM.<\/p>\n\n\n\n<p class=\"vg_note\"><strong>Important note: <\/strong>If the provider recommends publishing also a DMARC record, there\u2019s no need to do so if you already have a DMARC record in place, as each domain can only have one DMARC record.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This instructional article will demonstrate the Rackspace configuration &#8230;<\/p>\n","protected":false},"author":1,"featured_media":40482,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[204,205,209],"tags":[],"class_list":["post-40479","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-knowledge-base","category-source-configuration"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Rackspace SPF and DKIM configuration | EasyDMARC<\/title>\n<meta name=\"description\" content=\"Discover the simple steps to configure SPF and DKIM for Rackspace, enhancing email security and delivery reliability.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rackspace SPF and DKIM configuration: Step By Step Guideline\" \/>\n<meta property=\"og:description\" content=\"Discover the simple steps to configure SPF and DKIM for Rackspace, enhancing email security and delivery reliability.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/\" \/>\n<meta property=\"og:site_name\" content=\"EasyDMARC\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/EasyDMARC\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-02T11:59:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-18T19:01:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/05\/109-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1618\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"EasyDMARC\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@easydmarc\" \/>\n<meta name=\"twitter:site\" content=\"@easydmarc\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"EasyDMARC\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/\"},\"author\":{\"name\":\"EasyDMARC\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#\\\/schema\\\/person\\\/449261e9810b270cc697c7c9c5b89e97\"},\"headline\":\"Rackspace SPF and DKIM configuration: Step By Step Guideline\",\"datePublished\":\"2024-05-02T11:59:54+00:00\",\"dateModified\":\"2025-06-18T19:01:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/\"},\"wordCount\":450,\"publisher\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/109-scaled.jpg\",\"articleSection\":[\"Blog\",\"Knowledge Base\",\"Source Configuration\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/\",\"name\":\"Rackspace SPF and DKIM configuration | EasyDMARC\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/109-scaled.jpg\",\"datePublished\":\"2024-05-02T11:59:54+00:00\",\"dateModified\":\"2025-06-18T19:01:50+00:00\",\"description\":\"Discover the simple steps to configure SPF and DKIM for Rackspace, enhancing email security and delivery reliability.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/#primaryimage\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/109-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/109-scaled.jpg\",\"width\":2560,\"height\":1618,\"caption\":\"Rackspace\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/rackspace-spf-and-dkim-configuration\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/easydmarc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledge Base\",\"item\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/category\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Source Configuration\",\"item\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/category\\\/knowledge-base\\\/source-configuration\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Rackspace SPF and DKIM configuration: Step By Step Guideline\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/\",\"name\":\"EasyDMARC\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/#organization\",\"name\":\"EasyDMARC\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/img\\\/logo.png\"},\"image\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/EasyDMARC\\\/\",\"https:\\\/\\\/x.com\\\/easydmarc\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/easydmarc\\\/mycompany\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#\\\/schema\\\/person\\\/449261e9810b270cc697c7c9c5b89e97\",\"name\":\"EasyDMARC\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g\",\"caption\":\"EasyDMARC\"},\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/author\\\/easydmarc\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Rackspace SPF and DKIM configuration | EasyDMARC","description":"Discover the simple steps to configure SPF and DKIM for Rackspace, enhancing email security and delivery reliability.","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:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/","og_locale":"en_US","og_type":"article","og_title":"Rackspace SPF and DKIM configuration: Step By Step Guideline","og_description":"Discover the simple steps to configure SPF and DKIM for Rackspace, enhancing email security and delivery reliability.","og_url":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/","og_site_name":"EasyDMARC","article_publisher":"https:\/\/www.facebook.com\/EasyDMARC\/","article_published_time":"2024-05-02T11:59:54+00:00","article_modified_time":"2025-06-18T19:01:50+00:00","og_image":[{"width":2560,"height":1618,"url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/05\/109-scaled.jpg","type":"image\/jpeg"}],"author":"EasyDMARC","twitter_card":"summary_large_image","twitter_creator":"@easydmarc","twitter_site":"@easydmarc","twitter_misc":{"Written by":"EasyDMARC","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/#article","isPartOf":{"@id":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/"},"author":{"name":"EasyDMARC","@id":"https:\/\/easydmarc.com\/blog\/#\/schema\/person\/449261e9810b270cc697c7c9c5b89e97"},"headline":"Rackspace SPF and DKIM configuration: Step By Step Guideline","datePublished":"2024-05-02T11:59:54+00:00","dateModified":"2025-06-18T19:01:50+00:00","mainEntityOfPage":{"@id":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/"},"wordCount":450,"publisher":{"@id":"https:\/\/easydmarc.com\/blog\/#organization"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/#primaryimage"},"thumbnailUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/05\/109-scaled.jpg","articleSection":["Blog","Knowledge Base","Source Configuration"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/","url":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/","name":"Rackspace SPF and DKIM configuration | EasyDMARC","isPartOf":{"@id":"https:\/\/easydmarc.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/#primaryimage"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/#primaryimage"},"thumbnailUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/05\/109-scaled.jpg","datePublished":"2024-05-02T11:59:54+00:00","dateModified":"2025-06-18T19:01:50+00:00","description":"Discover the simple steps to configure SPF and DKIM for Rackspace, enhancing email security and delivery reliability.","breadcrumb":{"@id":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/#primaryimage","url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/05\/109-scaled.jpg","contentUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/05\/109-scaled.jpg","width":2560,"height":1618,"caption":"Rackspace"},{"@type":"BreadcrumbList","@id":"https:\/\/easydmarc.com\/blog\/rackspace-spf-and-dkim-configuration\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/easydmarc.com\/"},{"@type":"ListItem","position":2,"name":"Knowledge Base","item":"https:\/\/easydmarc.com\/blog\/category\/knowledge-base\/"},{"@type":"ListItem","position":3,"name":"Source Configuration","item":"https:\/\/easydmarc.com\/blog\/category\/knowledge-base\/source-configuration\/"},{"@type":"ListItem","position":4,"name":"Rackspace SPF and DKIM configuration: Step By Step Guideline"}]},{"@type":"WebSite","@id":"https:\/\/easydmarc.com\/blog\/#website","url":"https:\/\/easydmarc.com\/blog\/","name":"EasyDMARC","description":"Blog","publisher":{"@id":"https:\/\/easydmarc.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/easydmarc.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/easydmarc.com\/#organization","name":"EasyDMARC","url":"https:\/\/easydmarc.com\/","logo":{"@type":"ImageObject","url":"https:\/\/easydmarc.com\/img\/logo.png"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/EasyDMARC\/","https:\/\/x.com\/easydmarc","https:\/\/www.linkedin.com\/company\/easydmarc\/mycompany\/"]},{"@type":"Person","@id":"https:\/\/easydmarc.com\/blog\/#\/schema\/person\/449261e9810b270cc697c7c9c5b89e97","name":"EasyDMARC","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fcbf1ca829f8e0977fce524da20caa8a528368d0909ce48741526046e5113259?s=96&r=g","caption":"EasyDMARC"},"url":"https:\/\/easydmarc.com\/blog\/author\/easydmarc\/"}]}},"jetpack_featured_media_url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2024\/05\/109-scaled.jpg","_links":{"self":[{"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts\/40479","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/comments?post=40479"}],"version-history":[{"count":2,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts\/40479\/revisions"}],"predecessor-version":[{"id":48718,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts\/40479\/revisions\/48718"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/media\/40482"}],"wp:attachment":[{"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/media?parent=40479"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/categories?post=40479"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/tags?post=40479"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}