{"id":36241,"date":"2019-03-22T10:07:43","date_gmt":"2019-03-22T10:07:43","guid":{"rendered":"https:\/\/wp.lvh.me\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/"},"modified":"2024-11-08T09:59:42","modified_gmt":"2024-11-08T09:59:42","slug":"mailrelay-v3-configuring-spf-custom-domain-and-dkim","status":"publish","type":"post","link":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/","title":{"rendered":"Mailrelay v3 Configuring SPF, custom domain and DKIM"},"content":{"rendered":"\n<p>The first step for improving your delivery rates is to set up SPF, DKIM and a subdomain.<\/p>\n\n\n\n\n\n\n<h2 class=\"wp-block-heading\">\u00b7 What is the SPF protocol?<\/h2>\n\n\n\n<p>In just a few words, it is a DNS record to improve the security of your domain.<\/p>\n\n\n\n<p>This setting will tell the antispam filters that this message is authentic and that the IP is authorized to send it. This setting will prevent theft of identity, as only the domain administrator can add this record.<\/p>\n\n\n\n<p>In this way, we prevent that ISPs like Hotmail, Yahoo !, Gmail, ETC. consider your message as spam.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u25ba How do I set up my SPF?<\/h3>\n\n\n\n<p>To configure it, you will have to access your DNS manager or contact your hosting service to ask them to do it for you.<\/p>\n\n\n\n<p>All you need to do is add to your current SPF (it&#8217;s a TXT record in your domain), the following include:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>include:spf.ipzmarketing.com<\/strong><\/p>\n\n\n\n<p>And if you don&#8217;t have a previously configured SPF record, they will have to add this record:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>v=spf1 include:spf.ipzmarketing.com \u2013all<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u25ba Why does the string need to end in -all?<\/h3>\n\n\n\n<p>This word,<strong> &#8220;all&#8221;<\/strong> indicates that only the IPs listed in this SPF line can send emails using this domain.<\/p>\n\n\n\n<p>If you don&#8217;t use <strong>&#8220;-all&#8221;<\/strong> or use another setting, such as <strong>&#8220;~all,&#8221;<\/strong> the configuration would be more permissive because it would allow external servers to send emails using the domain, but it would positively score the IPs that are listed in the SPF record.<\/p>\n\n\n\n<p>In case it ends in ?all or +all, it would be so lax that the change would be useless.<\/p>\n\n\n\n<p>But the &#8220;-all&#8221; code allows only authorized IPs to send messages from your domain.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u25ba How can I check if my SPF record is correct?<\/h3>\n\n\n\n<p>There are many websites where you can check it out. For example, this:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"https:\/\/mxtoolbox.com\/CNAMELookup.aspx\"><strong>Check CNAME record at mxtoolbox.com<\/strong><\/a><\/p>\n\n\n\n<p>You just need to enter the subdomain in the box and click on &#8220;CNAME Lookup.&#8221;<\/p>\n\n\n\n<p>Also, of course, you can contact us and ask our staff to help you to make sure it is correct.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"630\" height=\"340\" src=\"https:\/\/mailrelay.com\/wp-content\/uploads\/2016\/01\/Dominio-personalizado.png\" alt=\"Why should I create a custom domain?\" class=\"wp-image-12896\" title=\"\u00bfQu\u00e9 es el dominio personalizado?\" srcset=\"https:\/\/mailrelay.com\/wp-content\/uploads\/2016\/01\/Dominio-personalizado.png 630w, https:\/\/mailrelay.com\/wp-content\/uploads\/2016\/01\/Dominio-personalizado-300x162.png 300w, https:\/\/mailrelay.com\/wp-content\/uploads\/2016\/01\/Dominio-personalizado-110x59.png 110w\" sizes=\"auto, (max-width: 630px) 100vw, 630px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u00b7&nbsp; Why should I create a custom domain?<\/h2>\n\n\n\n<p>A custom domain is a subdomain that you can configure to replace the default Mailrelay account name and use a custom URL.<\/p>\n\n\n\n<p>That is, your Mailrelay account will have a URL like this one:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Yourdomain.ipzmarketing.com<\/strong><\/p>\n\n\n\n<p>Therefore, you could create a subdomain, such as newsletter.yourdomain.com, to replace URL.ipzmarketing.com with the subdomain that you created, which could be any address, such as news.yourdomain.com.<\/p>\n\n\n\n<p><strong>So we will be doing two things:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>We will change our account URL, as we will be able to access the software through this new link (<strong>newsletter.yourdomain.com<\/strong>), although our main URL will continue to work normally (<strong>youraccount.ipzmarketing.com<\/strong>)<\/li>\n\n\n\n<li>This will improve our delivery rates because when ISPs check the headers of the email; they will trust more on a newsletter that is using a custom domain (<strong>newsletter.yourdomain.co<\/strong>m) than with an external domain (<strong>youraccount.ipzmarketing.com<\/strong>)<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">\u25ba How can I configure a custom domain<\/h3>\n\n\n\n<p>To configure it, you will have to access your DNS manager or contact your hosting service to ask them to do it for you.<\/p>\n\n\n\n<p>First you have to create a new subdomain. You can use any URL, for instance: newsletter.yourdomain.com or news.yourdomain.com<\/p>\n\n\n\n<p>Once you&#8217;ve created it, you&#8217;ll need to add a CNAME record to that subdomain that redirects to<\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Yourdomain.ipzmarketing.com<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u25ba How can I check if it&#8217;s correct?<\/h3>\n\n\n\n<p>Similarly, there are many websites where you can check this configuration. For example, this service:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><a href=\"https:\/\/mxtoolbox.com\/CNAMELookup.aspx\" target=\"_blank\" rel=\"noopener\">Check CNAME at mxtoolbox.com<\/a><\/p>\n\n\n\n<p>You just need to enter the subdomain in the box and click under &#8220;<strong>CNAME Lookup<\/strong>.&#8221;<\/p>\n\n\n\n<p>Also, of course, you can contact us and ask our staff to help you to make sure it is correct.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"630\" height=\"340\" src=\"https:\/\/mailrelay.com\/wp-content\/uploads\/2017\/01\/spf.jpg\" alt=\"What is the DKIM key?\" class=\"wp-image-14254\" title=\"\u00bfQu\u00e9 es el registro DKIM?\" srcset=\"https:\/\/mailrelay.com\/wp-content\/uploads\/2017\/01\/spf.jpg 630w, https:\/\/mailrelay.com\/wp-content\/uploads\/2017\/01\/spf-300x162.jpg 300w, https:\/\/mailrelay.com\/wp-content\/uploads\/2017\/01\/spf-110x59.jpg 110w\" sizes=\"auto, (max-width: 630px) 100vw, 630px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u00b7 What is the DKIM key?<\/h2>\n\n\n\n<p>A DKIM key is an authentication system that will validate a message with a unique signature that will confirm to the filter that the sender is the same domain that originated it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u25ba How can I configure dkim?<\/h3>\n\n\n\n<p>To configure it, you will have to access your DNS manager or contact your hosting service to ask them to do it for you.<\/p>\n\n\n\n<p>First, you have to create the subdomain, which has to be exactly:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>ipz._domainkey.yourdomain.com<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center\"><span style=\"color: #ff0000;\"><em>(Always remember to replace &#8220;yourdomain.com&#8221; with your domain name)<\/em><\/span><\/p>\n\n\n\n<p>Once you&#8217;ve created it, you&#8217;ll have to add a CNAME record and redirect it to:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>dkim.ipzmarketing.com.<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center\"><span style=\"color: #ff0000;\"><em>(The &#8220;dot&#8221; at the end of the string should also be included)<\/em><\/span><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u25ba How can I check if the setting is correct?<\/h3>\n\n\n\n<p>The easiest way is to send a test newsletter to a Gmail account. When you receive the message, open it and click &#8220;<strong>show original<\/strong>.&#8221;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1245\" height=\"527\" src=\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/Mailrelay-v3-Configuring-SPF-2.png\" alt=\"\" class=\"wp-image-22491\" srcset=\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/Mailrelay-v3-Configuring-SPF-2.png 1245w, https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/Mailrelay-v3-Configuring-SPF-2-300x127.png 300w, https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/Mailrelay-v3-Configuring-SPF-2-1024x433.png 1024w, https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/Mailrelay-v3-Configuring-SPF-2-768x325.png 768w, https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/Mailrelay-v3-Configuring-SPF-2-110x47.png 110w\" sizes=\"auto, (max-width: 1245px) 100vw, 1245px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The message headers will be displayed. By reading the original message, we can validate our SPF and <strong>DKIM<\/strong> settings.<\/p>\n\n\n\n<p>If you can see &#8220;<strong>PASS<\/strong>&#8221; in the SPF line as shown in the image, it means that the setting is correct. However, if the header indicates &#8220;<strong>FAIL<\/strong>&#8221; as in the <strong>DKIM<\/strong> key you can see on the image, this means that it is not correct and you will have to review your settings. If you see &#8220;none,&#8221; this means there is no valid <strong>DKIM<\/strong> or SPF record configured.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"711\" height=\"449\" src=\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/Mailrelay-v3-Configuring-SPF-12.png\" alt=\"\" class=\"wp-image-22496\" srcset=\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/Mailrelay-v3-Configuring-SPF-12.png 711w, https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/Mailrelay-v3-Configuring-SPF-12-300x189.png 300w, https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/Mailrelay-v3-Configuring-SPF-12-110x69.png 110w\" sizes=\"auto, (max-width: 711px) 100vw, 711px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Also, of course, you can contact us and ask our staff to help you to make sure it is correct.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u00b7 What is a DMARC record?<\/h2>\n\n\n\n<p>It is an email authentication protocol. Basically, it will inform <a href=\"https:\/\/mailrelay.com\/en\/blog\/2017\/04\/25\/what-is-smtp-advantages-and-disadvantages-of-an-smtp-server\/\" target=\"_blank\" rel=\"noopener\">SMTP servers<\/a> what to do when receiving a message from your domain that was not authenticated.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u25ba&nbsp;How to configure DMARC?<\/h3>\n\n\n\n<p>To set it up, you will need to contact your hosting company&#8217;s technical support.<\/p>\n\n\n\n<p>They just need to create a new record with this data:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>_dmarc.yourdomain.com<\/strong><\/p>\n\n\n\n<p>and add a TXT record with this entry:<\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>v=DMARC1; p=none;<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u25ba How do I check if it is correct?<\/h3>\n\n\n\n<p>There are many websites where you can validate this setting. For example, this one:<\/p>\n\n\n\n<p><a href=\"http:\/\/www.kloth.net\/services\/dig.php\">Check your DMARC record at kloth.net<\/a><\/p>\n\n\n\n<p>You just need to indicate the subdomain in the &#8220;Domain&#8221; field, in &#8220;Server&#8221; you can leave what is defined by default and in &#8220;query&#8221; put TXT (text) and click &#8220;Look it up&#8221;.<\/p>\n\n\n\n<p>And as always, if you need more information, you can contact us through our customer service channels.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The first step for improving your delivery rates is to set up SPF, DKIM and a subdomain. \u00b7 What is the SPF protocol? In just a few words, it is a DNS record to improve the security of your domain. This setting will tell the antispam filters that this message is authentic and that the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":21851,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[],"tags":[],"class_list":["post-36241","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mailrelay v3 Configuring SPF, custom domain and DKIM - Mailrelay<\/title>\n<meta name=\"description\" content=\"The first step for improving your delivery rates is to set up SPF, DKIM and a subdomain.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mailrelay v3 Configuring SPF, custom domain and DKIM - Mailrelay\" \/>\n<meta property=\"og:description\" content=\"The first step for improving your delivery rates is to set up SPF, DKIM and a subdomain.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/\" \/>\n<meta property=\"og:site_name\" content=\"Mailrelay\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Mailrelay\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-22T10:07:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-08T09:59:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png\" \/>\n\t<meta property=\"og:image:width\" content=\"630\" \/>\n\t<meta property=\"og:image:height\" content=\"340\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Mailrelay\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@mailrelay\" \/>\n<meta name=\"twitter:site\" content=\"@mailrelay\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mailrelay\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/\"},\"author\":{\"name\":\"Mailrelay\",\"@id\":\"https:\/\/mailrelay.com\/en\/#\/schema\/person\/355071c9f6e00fa8c8731ac93e0aa487\"},\"headline\":\"Mailrelay v3 Configuring SPF, custom domain and DKIM\",\"datePublished\":\"2019-03-22T10:07:43+00:00\",\"dateModified\":\"2024-11-08T09:59:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/\"},\"wordCount\":1068,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mailrelay.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/\",\"url\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/\",\"name\":\"Mailrelay v3 Configuring SPF, custom domain and DKIM - Mailrelay\",\"isPartOf\":{\"@id\":\"https:\/\/mailrelay.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png\",\"datePublished\":\"2019-03-22T10:07:43+00:00\",\"dateModified\":\"2024-11-08T09:59:42+00:00\",\"description\":\"The first step for improving your delivery rates is to set up SPF, DKIM and a subdomain.\",\"breadcrumb\":{\"@id\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#primaryimage\",\"url\":\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png\",\"contentUrl\":\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png\",\"width\":630,\"height\":340},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mailrelay.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mailrelay v3 Configuring SPF, custom domain and DKIM\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mailrelay.com\/en\/#website\",\"url\":\"https:\/\/mailrelay.com\/en\/\",\"name\":\"Mailrelay\",\"description\":\"Mailrelay.com - Email Marketing Software\",\"publisher\":{\"@id\":\"https:\/\/mailrelay.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mailrelay.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/mailrelay.com\/en\/#organization\",\"name\":\"Mailrelay\",\"url\":\"https:\/\/mailrelay.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mailrelay.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/05\/mailrelay-logo.jpg\",\"contentUrl\":\"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/05\/mailrelay-logo.jpg\",\"width\":613,\"height\":291,\"caption\":\"Mailrelay\"},\"image\":{\"@id\":\"https:\/\/mailrelay.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Mailrelay\/\",\"https:\/\/x.com\/mailrelay\",\"https:\/\/www.youtube.com\/mailrelay-email-marketing\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/mailrelay.com\/en\/#\/schema\/person\/355071c9f6e00fa8c8731ac93e0aa487\",\"name\":\"Mailrelay\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mailrelay.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/871548d8ea792b1be4dca815f1997730a5a337670dbe077351e8e02f813d2b58?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/871548d8ea792b1be4dca815f1997730a5a337670dbe077351e8e02f813d2b58?s=96&d=mm&r=g\",\"caption\":\"Mailrelay\"},\"url\":\"https:\/\/mailrelay.com\/en\/blog\/author\/mailrelay\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mailrelay v3 Configuring SPF, custom domain and DKIM - Mailrelay","description":"The first step for improving your delivery rates is to set up SPF, DKIM and a subdomain.","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:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/","og_locale":"en_US","og_type":"article","og_title":"Mailrelay v3 Configuring SPF, custom domain and DKIM - Mailrelay","og_description":"The first step for improving your delivery rates is to set up SPF, DKIM and a subdomain.","og_url":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/","og_site_name":"Mailrelay","article_publisher":"https:\/\/www.facebook.com\/Mailrelay\/","article_published_time":"2019-03-22T10:07:43+00:00","article_modified_time":"2024-11-08T09:59:42+00:00","og_image":[{"width":630,"height":340,"url":"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png","type":"image\/png"}],"author":"Mailrelay","twitter_card":"summary_large_image","twitter_creator":"@mailrelay","twitter_site":"@mailrelay","twitter_misc":{"Written by":"Mailrelay","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#article","isPartOf":{"@id":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/"},"author":{"name":"Mailrelay","@id":"https:\/\/mailrelay.com\/en\/#\/schema\/person\/355071c9f6e00fa8c8731ac93e0aa487"},"headline":"Mailrelay v3 Configuring SPF, custom domain and DKIM","datePublished":"2019-03-22T10:07:43+00:00","dateModified":"2024-11-08T09:59:42+00:00","mainEntityOfPage":{"@id":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/"},"wordCount":1068,"commentCount":0,"publisher":{"@id":"https:\/\/mailrelay.com\/en\/#organization"},"image":{"@id":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#primaryimage"},"thumbnailUrl":"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/","url":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/","name":"Mailrelay v3 Configuring SPF, custom domain and DKIM - Mailrelay","isPartOf":{"@id":"https:\/\/mailrelay.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#primaryimage"},"image":{"@id":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#primaryimage"},"thumbnailUrl":"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png","datePublished":"2019-03-22T10:07:43+00:00","dateModified":"2024-11-08T09:59:42+00:00","description":"The first step for improving your delivery rates is to set up SPF, DKIM and a subdomain.","breadcrumb":{"@id":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#primaryimage","url":"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png","contentUrl":"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png","width":630,"height":340},{"@type":"BreadcrumbList","@id":"https:\/\/mailrelay.com\/en\/blog\/2019\/03\/22\/mailrelay-v3-configuring-spf-custom-domain-and-dkim\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mailrelay.com\/en\/"},{"@type":"ListItem","position":2,"name":"Mailrelay v3 Configuring SPF, custom domain and DKIM"}]},{"@type":"WebSite","@id":"https:\/\/mailrelay.com\/en\/#website","url":"https:\/\/mailrelay.com\/en\/","name":"Mailrelay","description":"Mailrelay.com - Email Marketing Software","publisher":{"@id":"https:\/\/mailrelay.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mailrelay.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mailrelay.com\/en\/#organization","name":"Mailrelay","url":"https:\/\/mailrelay.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailrelay.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/05\/mailrelay-logo.jpg","contentUrl":"https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/05\/mailrelay-logo.jpg","width":613,"height":291,"caption":"Mailrelay"},"image":{"@id":"https:\/\/mailrelay.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Mailrelay\/","https:\/\/x.com\/mailrelay","https:\/\/www.youtube.com\/mailrelay-email-marketing"]},{"@type":"Person","@id":"https:\/\/mailrelay.com\/en\/#\/schema\/person\/355071c9f6e00fa8c8731ac93e0aa487","name":"Mailrelay","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mailrelay.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/871548d8ea792b1be4dca815f1997730a5a337670dbe077351e8e02f813d2b58?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/871548d8ea792b1be4dca815f1997730a5a337670dbe077351e8e02f813d2b58?s=96&d=mm&r=g","caption":"Mailrelay"},"url":"https:\/\/mailrelay.com\/en\/blog\/author\/mailrelay\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png",630,340,false],"thumbnail":["https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim-150x150.png",150,150,true],"medium":["https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim-300x162.png",300,162,true],"medium_large":["https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png",630,340,false],"large":["https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png",630,340,false],"1536x1536":["https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png",630,340,false],"2048x2048":["https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png",630,340,false],"testimonials":["https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim-110x59.png",110,59,true],"author-image":["https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png",60,32,false],"yarpp-thumbnail":["https:\/\/mailrelay.com\/wp-content\/uploads\/2019\/03\/configurar-spf-y-dkim.png",120,65,false]},"uagb_author_info":{"display_name":"Mailrelay","author_link":"https:\/\/mailrelay.com\/en\/blog\/author\/mailrelay\/"},"uagb_comment_info":76,"uagb_excerpt":"The first step for improving your delivery rates is to set up SPF, DKIM and a subdomain. \u00b7 What is the SPF protocol? In just a few words, it is a DNS record to improve the security of your domain. This setting will tell the antispam filters that this message is authentic and that the&hellip;","_links":{"self":[{"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/posts\/36241","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/comments?post=36241"}],"version-history":[{"count":6,"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/posts\/36241\/revisions"}],"predecessor-version":[{"id":82661,"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/posts\/36241\/revisions\/82661"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/media\/21851"}],"wp:attachment":[{"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/media?parent=36241"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/categories?post=36241"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mailrelay.com\/en\/wp-json\/wp\/v2\/tags?post=36241"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}