{"id":86858,"date":"2023-08-01T11:04:10","date_gmt":"2023-08-01T11:04:10","guid":{"rendered":"https:\/\/postmansmtp.com\/?p=86858"},"modified":"2026-03-05T04:15:23","modified_gmt":"2026-03-05T04:15:23","slug":"multiple-spf-records","status":"publish","type":"post","link":"https:\/\/postmansmtp.com\/es\/multiple-spf-records\/","title":{"rendered":"How to Merge Multiple SPF Records [The Right Way]"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Are you looking for an easy way to merge multiple SPF records? Stay tuned! As we are going to show you exactly how to do it the right way.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">SPF (Sender Policy Framework) record is a type of DNS (Domain Name System) TXT record that tells the ESPs (Email Service Providers) which server is authorized to send emails on behalf of your domain.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you run a big business, you probably rely on more than one email service, which forces you to have multiple SPF records. That&#8217;s where you need to merge all the SPF records into one because the DNS zone of any domain doesn\u2019t allow multiple SPF records for one domain.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this article, we will show you how to check and merge multiple SPF records. But before diving into the nitty gritty, let&#8217;s look at why having multiple SPF records for a domain is a problem in the first place.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Having Multiple SPF Records for One Domain is a Problem?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You might be wondering, can there be multiple SPF records for a domain?&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The simple answer is No. Because if a domain has more than one SPF record, the ESPs will return your emails with an error called \u00abPermError\u00bb and ignore all the SPF records. This means that your emails haven&#8217;t passed the SPF authentication process.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"746\" height=\"419\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_Having-Multiple-SPF-Records-for-One-Domain-is-a-Problem.jpg\" alt=\"Banner image for a blog post discussing issues with having multiple SPF records for one domain, featuring a warning icon and DNS record visuals.\" class=\"wp-image-86867\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_Having-Multiple-SPF-Records-for-One-Domain-is-a-Problem.jpg 746w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_Having-Multiple-SPF-Records-for-One-Domain-is-a-Problem-300x168.jpg 300w\" sizes=\"(max-width: 746px) 100vw, 746px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Ultimately, you will experience lower <a href=\"https:\/\/postmansmtp.com\/how-does-post-smtp-notify-if-an-email-delivery-fails\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>email deliverability<\/strong><\/a>, and even your domain might get banned. Therefore, checking if you have multiple SPF records for your domain and merging them into one is important.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Check for Multiple SPF Records<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To check if you have multiple SPF records for one domain, you can use an online tool such as <a rel=\"noreferrer nofollow noopener\" href=\"https:\/\/mxtoolbox.com\/spf.aspx\" target=\"_blank\"><strong>MXToolbox<\/strong><\/a>. This tool will query the DNS for your domain and display all the TXT records that contain an SPF record.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To use this tool, simply enter your domain name in the \u201cDomain Name\u201d field and click on \u201cSPF Record Lookup.\u201d<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"380\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-Record-Lookup-1024x380.png\" alt=\"Screenshot of an SPF record lookup tool, showing a search result for verifying SPF records, including IP addresses and domain details.\" class=\"wp-image-86861\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-Record-Lookup-1024x380.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-Record-Lookup-300x111.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-Record-Lookup-768x285.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-Record-Lookup-1536x569.png 1536w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-Record-Lookup.png 1770w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You will see a list of TXT records that contain an SPF record. If you see more than one TXT record that starts with \u201cv=spf1\u201d, it means that you have multiple SPF records for your domain.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"455\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-record-1024x455.png\" alt=\"Diagram explaining an SPF record, illustrating how email authentication works using sender policies.\" class=\"wp-image-86862\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-record-1024x455.png 1024w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-record-300x133.png 300w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-record-768x341.png 768w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/SPF-record.png 1141w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">As you can see, there are two TXT records that start with \u201cv=spf1\u201d. The first one is the default SPF record provided by the web hosting company. The second one is the custom SPF record added by the domain owner.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are wondering how to resolve multiple SPF records?, Don&#8217;t worry!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To resolve this issue, you need to combine the two SPF records within the <a href=\"https:\/\/postmansmtp.com\/dns-ptr-record\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>DNS records<\/strong><\/a> section, which is typically managed by your domain registrar or the web hosting company you have chosen, especially if you have purchased your domain and hosting together as a package.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Merge Multiple SPF Records [Step-by-Step]<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The following is an easy step-by-step process that you can follow to merge multiple SPF TXT records into one.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step#1: <\/strong><strong>Identify and Compile All Authorized IPs and Domains<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To set up a single SPF record that precisely represents all the sources that are authorized to send emails on behalf of your domain. You need to prepare a list of all the IP addresses and domain names.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To get this data, go to the DNS settings of your domain using your web hosting account or domain name registrar account. In this example, we are considering Cloudflare.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To begin, you&#8217;ll need to log in, select your domain, and click the \u00abDNS\u00bb menu button.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"705\" height=\"203\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/Identify-and-Compile-All-Authorized-IPs-and-Domains.png\" alt=\"A table or list showing authorized IPs and domains for secure email sending.\" class=\"wp-image-86863\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/Identify-and-Compile-All-Authorized-IPs-and-Domains.png 705w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/Identify-and-Compile-All-Authorized-IPs-and-Domains-300x86.png 300w\" sizes=\"(max-width: 705px) 100vw, 705px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">You will see a list of your entire DNS. To find duplicates, look for only TXT records. Note each SPF record first, then click the \u00abEdit\u00bb button, followed by \u00abDelete\u00bb to delete that SPF record.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"720\" height=\"348\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/TXT-records.png\" alt=\"Screenshot of a DNS management interface showing TXT records, often used for SPF, DKIM, or DMARC configurations.\" class=\"wp-image-86864\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/TXT-records.png 720w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/TXT-records-300x145.png 300w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Warning: <\/strong>Don&#8217;t delete all the SPF records. Instead, keep one so that you can merge all your SPF records.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step#2: <\/strong><strong>Create and Update a New SPF Record<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Before you begin creating a merged SPF record, you should know that each SPF record has three main sections:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Declaration:<\/strong> An SPF record always starts with \u00abv=spf1\u00bb (it appears only at the start and doesn&#8217;t repeat within the rule).<\/li>\n\n\n\n<li><strong>Allowed IPs and Domains:<\/strong> Use \u00abinclude\u00bb to add a domain and specify \u00abip4\u00bb or \u00abip6\u00bb for IPs.<\/li>\n\n\n\n<li><strong>Enforcement rule:<\/strong> Conclude the record with the \u00ab~all\u00bb statement( use it only once at the end).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">After merging all the SPF rules, the combined record will look like this:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>v=spf1 ip4:192.158.234.102 include:emailsrvr.com ~all<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Add the merged SPF record in the \u201cContent\u201d field and hit the \u201cSave\u201d button.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"720\" height=\"348\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/Create-and-Update-a-New-SPF-Record.png\" alt=\"Instructional diagram on creating and updating an SPF record for email authentication.\" class=\"wp-image-86865\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/Create-and-Update-a-New-SPF-Record.png 720w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/Create-and-Update-a-New-SPF-Record-300x145.png 300w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Important Note: <\/strong>Remember, an SPF record has limitations: up to 10 domain lookups (e.g., include) and a maximum length of 255 characters per statement.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step#3: <\/strong><strong>Verify The New Merged Multiple SPF Record<\/strong><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Verify the updation of the merged SPF record to ensure that the new SPF record is working. DNS modifications may take up to 48 hours to become effective, but Cloudflare changes are usually effective in a matter of minutes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After waiting for a while, you can use MXToolbox to verify the update of your SPF record.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&nbsp;If updated correctly, you&#8217;ll see something like this;<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img decoding=\"async\" width=\"609\" height=\"499\" src=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/Verify-The-New-Merged-Multiple-SPF-Record.png\" alt=\"Screenshot of an SPF record verification tool, showing a merged SPF record and its validation results.\" class=\"wp-image-86866\" srcset=\"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/Verify-The-New-Merged-Multiple-SPF-Record.png 609w, https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/Verify-The-New-Merged-Multiple-SPF-Record-300x246.png 300w\" sizes=\"(max-width: 609px) 100vw, 609px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Congratulations! You have now resolved the issue of multiple SPF records for your domain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>To Wrap Up<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/postmansmtp.com\/email-domain-authentication\/\" target=\"_blank\" rel=\"noreferrer noopener\">Email domain authentication<\/a> is key to ensuring better email delivery. However, having multiple SPF records for a single domain can cause authentication errors, negatively impacting your email deliverability.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s why knowing how to merge multiple SPF records will ensure the deliverability of your emails, even if you&#8217;re sending them from multiple domains.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hopefully, you found our blog helpful, and if you are using <a rel=\"noreferrer noopener\" href=\"https:\/\/postmansmtp.com\/\" target=\"_blank\"><strong>Post SMTP<\/strong><\/a> and have any difficulties regarding email deliverability or configuration issues, please <a href=\"https:\/\/objectsws.atlassian.net\/servicedesk\/customer\/portal\/16\"><strong>feel free to contact us<\/strong><\/a> for expert assistance.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We would be happy to assist you!<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Are you looking for an easy way to merge multiple SPF records? Stay tuned! As we are going to show you exactly how to do it the right way. SPF (Sender Policy Framework) record is a type of DNS (Domain Name System) TXT record that tells the ESPs (Email Service [&hellip;]<\/p>\n","protected":false},"author":6276,"featured_media":86869,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_seopress_titles_title":"How to Merge Multiple SPF Records [The Right Way]","_seopress_titles_desc":"Resolve failed email deliveries by merging multiple SPF records for your domain. Follow this guide for a quick fix.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"none","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"How to Merge Multiple SPF Records [The Right Way]","_seopress_social_fb_desc":"Resolve failed email deliveries by merging multiple SPF records for your domain. Follow this guide for a quick fix.","_seopress_social_fb_img":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-Social-Media.jpg","_seopress_social_fb_img_attachment_id":86870,"_seopress_social_fb_img_width":2501,"_seopress_social_fb_img_height":1309,"_seopress_social_twitter_title":"How to Merge Multiple SPF Records [The Right Way]","_seopress_social_twitter_desc":"Resolve failed email deliveries by merging multiple SPF records for your domain. Follow this guide for a quick fix.","_seopress_social_twitter_img":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-Social-Media.jpg","_seopress_social_twitter_img_attachment_id":86870,"_seopress_social_twitter_img_width":2501,"_seopress_social_twitter_img_height":1309,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"multiple spf records","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"inline_featured_image":false,"_uag_custom_page_level_css":"","advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","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":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"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":""},"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":""}},"footnotes":"","jetpack_post_was_ever_published":false},"categories":[12],"tags":[],"class_list":["post-86858","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides"],"acf":[],"author_meta":{"display_name":"Tahir Ali","author_link":"https:\/\/postmansmtp.com\/es\/author\/tahir\/"},"featured_img":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125-300x97.jpg","spectra_custom_meta":{"_edit_lock":["1773214398:6407"],"_edit_last":["6407"],"_seopress_titles_title":["How to Merge Multiple SPF Records [The Right Way]"],"_seopress_titles_desc":["Resolve failed email deliveries by merging multiple SPF records for your domain. Follow this guide for a quick fix."],"_seopress_robots_primary_cat":["none"],"_seopress_redirections_type":["301"],"_seopress_redirections_logged_status":["both"],"um_content_restriction":["a:8:{s:26:\"_um_custom_access_settings\";b:0;s:14:\"_um_accessible\";i:0;s:28:\"_um_access_hide_from_queries\";b:0;s:19:\"_um_noaccess_action\";i:0;s:30:\"_um_restrict_by_custom_message\";i:0;s:27:\"_um_restrict_custom_message\";s:0:\"\";s:19:\"_um_access_redirect\";i:0;s:23:\"_um_access_redirect_url\";s:0:\"\";}"],"_thumbnail_id":["86869"],"_seopress_social_fb_title":["How to Merge Multiple SPF Records [The Right Way]"],"_seopress_social_fb_desc":["Resolve failed email deliveries by merging multiple SPF records for your domain. Follow this guide for a quick fix."],"_seopress_social_fb_img":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-Social-Media.jpg"],"_seopress_social_fb_img_attachment_id":["86870"],"_seopress_social_fb_img_width":["2501"],"_seopress_social_fb_img_height":["1309"],"_seopress_social_twitter_title":["How to Merge Multiple SPF Records [The Right Way]"],"_seopress_social_twitter_desc":["Resolve failed email deliveries by merging multiple SPF records for your domain. Follow this guide for a quick fix."],"_seopress_social_twitter_img":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-Social-Media.jpg"],"_seopress_social_twitter_img_attachment_id":["86870"],"_seopress_social_twitter_img_width":["2501"],"_seopress_social_twitter_img_height":["1309"],"_seopress_analysis_target_kw":["multiple spf records"],"_eael_post_view_count":["5705"],"post_views_count":["544"],"ezd_doc_layout":[""],"ezd_doc_content_type":[""],"ezd_doc_content_type_right":[""],"ezd_doc_content_box_right":[""],"_bbp_topic_count":["0"],"_bbp_reply_count":["0"],"_bbp_total_topic_count":["0"],"_bbp_total_reply_count":["0"],"_bbp_voice_count":["0"],"_bbp_anonymous_reply_count":["0"],"_bbp_topic_count_hidden":["0"],"_bbp_reply_count_hidden":["0"],"_bbp_forum_subforum_count":["0"],"advgb_blocks_editor_width":[""],"advgb_blocks_columns_visual_guide":[""],"ast-site-content-layout":["default"],"theme-transparent-header-meta":[""],"adv-header-id-meta":[""],"stick-header-meta":[""],"astra-migrate-meta-layouts":["set"],"footnotes":[""],"_uag_custom_page_level_css":[""],"rank_math_title":["How to Merge Multiple SPF Records [The Right Way]"],"rank_math_description":["Resolve failed email deliveries by merging multiple SPF records for your domain. Follow this guide for a quick fix."],"rank_math_focus_keyword":["multiple spf records"],"rank_math_facebook_title":["How to Merge Multiple SPF Records [The Right Way]"],"rank_math_facebook_description":["Resolve failed email deliveries by merging multiple SPF records for your domain. Follow this guide for a quick fix."],"rank_math_facebook_image":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-Social-Media.jpg"],"rank_math_twitter_title":["How to Merge Multiple SPF Records [The Right Way]"],"rank_math_twitter_description":["Resolve failed email deliveries by merging multiple SPF records for your domain. Follow this guide for a quick fix."],"rank_math_twitter_image":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-Social-Media.jpg"],"rank_math_facebook_image_id":["86870"],"rank_math_twitter_image_id":["86870"],"rank_math_twitter_use_facebook":["off"],"rank_math_robots":["a:1:{i:0;s:0:\"\";}"],"old_thumbnail_id":["86868"],"copied_media_ids":["a:7:{i:0;i:86867;i:1;i:86863;i:2;i:86864;i:3;i:86865;i:4;i:86866;i:5;i:86861;i:6;i:86862;}"],"referenced_media_ids":["a:1:{i:0;i:86869;}"],"_wpml_word_count":["905"],"_wpml_location_migration_done":["1"],"ezd_doc_contributors":["6407,"],"_uagb_toc_options":["a:2:{s:17:\"_uagb_toc_version\";s:10:\"1788595752\";s:18:\"_uagb_toc_headings\";a:8:{i:0;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:59:\"why-having-multiple-spf-records-for-one-domain-is-a-problem\";s:7:\"content\";s:60:\"Why Having Multiple SPF Records for One Domain is a Problem?\";s:5:\"depth\";i:2;}i:1;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:37:\"how-to-check-for-multiple-spf-records\";s:7:\"content\";s:37:\"How to Check for Multiple SPF Records\";s:5:\"depth\";i:2;}i:2;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:46:\"how-to-merge-multiple-spf-records-step-by-step\";s:7:\"content\";s:48:\"How to Merge Multiple SPF Records [Step-by-Step]\";s:5:\"depth\";i:2;}i:3;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:57:\"step1-identify-and-compile-all-authorized-ips-and-domains\";s:7:\"content\";s:59:\"Step#1: Identify and Compile All Authorized IPs and Domains\";s:5:\"depth\";i:3;}i:4;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:40:\"step2-create-and-update-a-new-spf-record\";s:7:\"content\";s:42:\"Step#2: Create and Update a New SPF Record\";s:5:\"depth\";i:3;}i:5;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:47:\"step3-verify-the-new-merged-multiple-spf-record\";s:7:\"content\";s:49:\"Step#3: Verify The New Merged Multiple SPF Record\";s:5:\"depth\";i:3;}i:6;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:10:\"to-wrap-up\";s:7:\"content\";s:10:\"To Wrap Up\";s:5:\"depth\";i:2;}i:7;a:4:{s:5:\"level\";i:2;s:2:\"id\";s:26:\"frequently-asked-questions\";s:7:\"content\";s:26:\"Frequently Asked Questions\";s:5:\"depth\";i:2;}}}"],"_uag_page_assets":["a:9:{s:3:\"css\";s:14045:\"\/* devanagari *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.woff2) format('woff2');\n  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;\n}\n\/* latin-ext *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\/* latin *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\/* devanagari *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.woff2) format('woff2');\n  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;\n}\n\/* latin-ext *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\/* latin *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: italic;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\/* devanagari *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');\n  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;\n}\n\/* latin-ext *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\/* latin *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 500;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n\/* devanagari *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');\n  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;\n}\n\/* latin-ext *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');\n  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n\/* latin *\/\n@font-face {\n  font-family: 'Poppins';\n  font-style: normal;\n  font-weight: 700;\n  font-display: fallback;\n  src: url(https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-6a49e24e .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 20px;column-gap: 20px;}.wp-block-uagb-container.uagb-block-6a49e24e{box-shadow: 0px 0px   #00000070 ;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;overflow: visible;order: initial;border-color: inherit;row-gap: 20px;column-gap: 20px;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-default figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure figcaption{font-style: normal;align-self: center;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay figure img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 0.2;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner{left: 15px;right: 15px;top: 15px;bottom: 15px;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading{font-style: normal;color: #fff;opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a{color: #fff;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 0;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{width: 30%;border-top-width: 2px;border-top-color: #fff;opacity: 0;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator{opacity: 1;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-default figure:hover img{box-shadow: 0px 0px 0 #00000070;}.uagb-block-c9b79c98.wp-block-uagb-image--layout-overlay figure:hover img{box-shadow: 0px 0px 0 #00000070;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-6a49e24e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-6a49e24e{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-6a49e24e > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-6a49e24e{padding-top: 10px;padding-bottom: 10px;padding-left: 10px;padding-right: 10px;margin-top:  !important;margin-bottom:  !important;order: initial;}.uagb-block-c9b79c98.wp-block-uagb-image .wp-block-uagb-image__figure img{width: px;height: auto;}}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-21a93d71 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 25px;column-gap: 25px;}.wp-block-uagb-container.uagb-block-21a93d71{box-shadow: 0px 0px   #00000070 ;padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;overflow: visible;order: initial;border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;row-gap: 25px;column-gap: 25px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-heading-text{color: #214a72;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading {text-align: center;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-desc-text{color: #737373;margin-bottom: 0px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight{font-style: normal;font-weight: Default;background: #007cba;color: #fff;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b.wp-block-uagb-advanced-heading .uagb-highlight::selection{color: #fff;background: #007cba;-webkit-text-fill-color: #fff;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b .uagb-heading-text{font-family: \"Poppins\";font-weight: 700;font-size: 28px;margin-bottom: 15px;}.wp-block-uagb-advanced-heading.uagb-block-63b4fb3b .uagb-desc-text{font-family: \"Poppins\";font-weight: 500;font-size: 16px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-21a93d71{padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;order: initial;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-21a93d71{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-21a93d71 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-21a93d71{padding-top: 30px;padding-bottom: 30px;padding-left: 15px;padding-right: 15px;margin-top: 10px !important;margin-bottom: 10px !important;margin-left: 10px;margin-right: 10px;order: initial;border-style: solid;border-color: #e2e2e2;background-color: #fafafa;;}}\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:13:{i:0;s:14:\"core\/paragraph\";i:1;s:12:\"core\/heading\";i:2;s:10:\"core\/image\";i:3;s:9:\"core\/list\";i:4;s:14:\"core\/list-item\";i:5;s:20:\"wpseopress\/faq-block\";i:6;s:14:\"uagb\/container\";i:7;s:10:\"uagb\/image\";i:9;s:21:\"uagb\/advanced-heading\";i:10;s:17:\"gutena\/newsletter\";i:11;s:22:\"gutena\/newsletter-form\";i:12;s:29:\"gutena\/newsletter-input-field\";i:13;s:31:\"gutena\/newsletter-submit-button\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1788595752\";s:6:\"gfonts\";a:1:{s:7:\"Poppins\";a:2:{s:10:\"fontfamily\";s:7:\"Poppins\";s:12:\"fontvariants\";a:2:{i:0;s:3:\"700\";i:1;s:3:\"500\";}}}s:10:\"gfonts_url\";s:105:\"https:\/\/fonts.googleapis.com\/css?family=Poppins:700,500,700italic,500italic&subset=latin&display=fallback\";s:12:\"gfonts_files\";a:1:{s:7:\"poppins\";s:107:\"https:\/\/postmansmtp.com\/wp-content\/uploads\/uag-plugin\/assets\/fonts\/poppins\/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2\";}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",746,240,false],"thumbnail":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125-150x150.jpg",150,150,true],"medium":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125-300x97.jpg",300,97,true],"medium_large":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",746,240,false],"large":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",746,240,false],"ezd_embed_thumb":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",100,32,false],"ezd_searrch_thumb16x16":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",16,5,false],"ezd_searrch_thumb50x50":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",50,16,false],"1536x1536":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",746,240,false],"2048x2048":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",746,240,false],"gform-image-choice-sm":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",300,97,false],"gform-image-choice-md":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",400,129,false],"gform-image-choice-lg":["https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg",600,193,false]},"uagb_author_info":{"display_name":"Tahir Ali","author_link":"https:\/\/postmansmtp.com\/es\/author\/tahir\/"},"uagb_comment_info":0,"uagb_excerpt":"Are you looking for an easy way to merge multiple SPF records? Stay tuned! As we are going to show you exactly how to do it the right way. SPF (Sender Policy Framework) record is a type of DNS (Domain Name System) TXT record that tells the ESPs (Email Service [&hellip;]","coauthors":[],"tax_additional":{"categories":{"linked":["<a href=\"https:\/\/postmansmtp.com\/category\/guides\/\" class=\"advgb-post-tax-term\">Guides<\/a>"],"unlinked":["<span class=\"advgb-post-tax-term\">Guides<\/span>"]}},"comment_count":"0","relative_dates":{"created":"Publicado 3 a\u00f1os hace","modified":"Actualizado 6 meses hace"},"absolute_dates":{"created":"Publicado el agosto 1, 2023","modified":"Actualizado el marzo 5, 2026"},"absolute_dates_time":{"created":"Publicado el agosto 1, 2023 11:04 am","modified":"Actualizado el marzo 5, 2026 4:15 am"},"featured_img_caption":"","series_order":"","jetpack_featured_media_url":"https:\/\/postmansmtp.com\/wp-content\/uploads\/2023\/08\/post-smtp-blog_How-to-Merge-Multiple-SPF-Records-The-Right-Way-125.jpg","_links":{"self":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts\/86858","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/users\/6276"}],"replies":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/comments?post=86858"}],"version-history":[{"count":0,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/posts\/86858\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/media\/86869"}],"wp:attachment":[{"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/media?parent=86858"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/categories?post=86858"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/postmansmtp.com\/es\/wp-json\/wp\/v2\/tags?post=86858"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}