{"id":60783,"date":"2026-04-14T13:15:14","date_gmt":"2026-04-14T13:15:14","guid":{"rendered":"https:\/\/easydmarc.com\/blog\/?p=60783"},"modified":"2026-04-14T13:15:18","modified_gmt":"2026-04-14T13:15:18","slug":"how-to-set-up-bigcommerce-dkim-and-spf-record-2026","status":"publish","type":"post","link":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/","title":{"rendered":"How to Set Up BigCommerce DKIM and SPF Record 2026"},"content":{"rendered":"\n<p>Most BigCommerce store owners put time and effort into optimizing product pages, checkout flows, ad campaigns, etc., hardly giving any thought to whether the emails are actually being \u2018delivered\u2019 to the recipients\u2019 primary inboxes. Order confirmations, shipping updates, abandoned-cart reminders, and password resets are all sent automatically, and most people assume they\u2019ll land in the customer\u2019s inbox by default.<\/p>\n\n\n\n<p>However, the truth is a bit different and technical.&nbsp;<\/p>\n\n\n\n<p>Inbox providers now treat unauthenticated emails with suspicion, especially those from e-commerce brands. So, if your domain lacks BigCommerce SPF and DKIM records, your emails may still be \u201csent\u201d from BigCommerce, but they\u2019re far more likely to be filtered, delayed, or ignored entirely by receiving servers.<\/p>\n\n\n\n<p>This guide covers setting up SPF and DKIM for BigCommerce. But first, it\u2019s important to understand why your domain requires <a href=\"https:\/\/easydmarc.com\/blog\/email-authentication-what-it-is-and-why-it-matters\/\">email authentication<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-bigcommerce-stores-need-spf-and-dkim\"><strong>Why BigCommerce Stores Need SPF and DKIM?<\/strong><\/h2>\n\n\n\n<p>Here\u2019s why BigCommerce SPF and BigCommerce DKIM are no longer optional in 2026.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-inbox-providers-no-longer-trust-unauthenticated-emails\"><strong>Inbox Providers No Longer Trust Unauthenticated Emails<\/strong><\/h3>\n\n\n\n<p>Email providers like Gmail, Outlook, and Yahoo now heavily rely on authentication to decide whether an email deserves to reach the inbox. If your store doesn\u2019t have a valid BigCommerce SPF record or <a href=\"https:\/\/easydmarc.com\/blog\/what-is-a-dkim-signature\/\">DKIM signature<\/a>, your emails are automatically treated as \u201chigh risk.\u201d This directly affects order confirmations, password reset emails, shipping updates, and marketing campaigns.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-e-commerce-brands-are-prime-targets-for-spoofing\"><strong>E-commerce Brands Are Prime Targets for Spoofing<\/strong><\/h3>\n\n\n\n<p>BigCommerce stores are especially attractive to attackers because they send high-value transactional emails that customers already expect and trust. If your domain lacks SPF and DKIM, it becomes easy for someone else to impersonate your brand and send phishing emails that look completely legitimate. Attackers commonly use this to send fake refund or invoice emails, share malicious payment links, or impersonate your support or billing team.<\/p>\n\n\n\n<p>The real danger is that customers usually can\u2019t tell the difference. If an email looks like it came from your store, they\u2019re far more likely to click without thinking twice.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-revenue-depends-on-email-deliverability\"><strong>Revenue Depends on Email Deliverability<\/strong><\/h3>\n\n\n\n<p>For most BigCommerce stores, a significant portion of revenue is driven by automated emails, such as abandoned-cart reminders, promotions, and post-purchase flows. These messages are meant to reach customers at high-intent moments.<\/p>\n\n\n\n<p>If those emails don\u2019t land in the inbox, they simply don\u2019t perform. When SPF and DKIM are missing or misconfigured, inbox providers treat your emails as less trustworthy, increasing the chances of them being filtered, delayed, or sent to spam.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-process-of-configuring-spf\"><strong>The Process of Configuring SPF<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Access your DNS management dashboard.<\/li>\n\n\n\n<li>Under \u2018Tools &amp; Settings\u2019, choose \u2018DNS Template\u2019.<\/li>\n\n\n\n<li>Modify the DNS TXT record related to SPF.<\/li>\n<\/ol>\n\n\n\n<p>For BigCommerce, the syntax of the SPF TXT record is: mydomain.com TXT v=spf1 include:_spf.bigcommerce.com -all<\/p>\n\n\n\n<p>You should add this record to the DNS records section of the appropriate domain.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"257\" src=\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/image-11-1024x257.png\" alt=\"\" class=\"wp-image-60784\" srcset=\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/image-11-1024x257.png 1024w, https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/image-11-300x75.png 300w, https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/image-11-768x193.png 768w, https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/image-11-1536x386.png 1536w, https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/image-11-1200x302.png 1200w, https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/image-11.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>If you are already using a third party\u2019s SPF record, you need to include the new one.&nbsp;<\/p>\n\n\n\n<p>Example: v=spf1 include:example.com include:_spf.bigcommerce.com -all<\/p>\n\n\n\n<p><strong>Important Note<\/strong>: Each domain must have only one SPF TXT Record. If you have multiple SPF Records, SPF will return a PermError.<\/p>\n\n\n\n<p>Lastly, save the adjustment and give your DNS up to 72 hours to reflect the changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-verify-spf-for-bigcommerce\"><strong>How to Verify SPF for BigCommerce?<\/strong><\/h2>\n\n\n\n<p>Setting up SPF is not a one-time task. You also need to check from time to time whether it\u2019s actually working, especially after switching email tools, updating DNS, or adding new sending services. The easiest way to do this is by using online lookup tools that read your domain\u2019s DNS records and show whether authentication is correctly set up.<\/p>\n\n\n\n<p>For SPF, you can use the <a href=\"https:\/\/easydmarc.com\/tools\/spf-lookup\">EasyDMARC SPF Lookup tool<\/a>. Just enter your domain name, and it will tell you:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Which servers are allowed to send emails<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Whether your SPF record has any errors<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If your record is too long or close to technical limits<\/li>\n<\/ul>\n\n\n\n<p>This helps you quickly spot missing services or broken configurations that could affect delivery.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-common-spf-issues-in-bigcommerce\"><strong>Common SPF Issues in BigCommerce<\/strong><\/h2>\n\n\n\n<p>At times, despite being careful, small mistakes can quietly disrupt email delivery. Here are some common SPF issues encountered in BigCommerce and how to fix them.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-existence-of-multiple-spf-records\"><strong>Existence of Multiple SPF Records<\/strong><\/h3>\n\n\n\n<p>One of the most frequent mistakes is having more than one SPF record for the same domain. This usually happens when different tools or developers add their own records separately.<\/p>\n\n\n\n<p>Inbox providers only read one SPF record per domain. If multiple records exist, SPF fails automatically, even if all information is correct.<\/p>\n\n\n\n<p>To fix it, merge everything into a single record. All sending services should be listed under a single v=spf1 entry rather than spread across multiple records.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-missing-email-services\"><strong>Missing Email Services<\/strong><\/h3>\n\n\n\n<p>Many BigCommerce stores use third-party tools, such as marketing platforms, CRMs, or support systems, to send emails. If these services are not included in SPF, their emails will fail authentication. This often happens after adding a new tool and forgetting to update the DNS.<\/p>\n\n\n\n<p>So, fix it by listing all platforms that send emails on your behalf, and ensure each is included in your SPF record using include or IP mechanisms.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-exceeding-the-10-dns-lookup-limit\"><strong>Exceeding the 10 DNS Lookup Limit<\/strong><\/h3>\n\n\n\n<p>SPF allows a maximum of 10 DNS lookups. Large BigCommerce setups with multiple tools often cross this limit without realizing it, especially when several platforms are chained together using include statements.<\/p>\n\n\n\n<p>When this happens, inbox providers stop checking and treat SPF as a failure, even if all sending services are technically valid. You can resolve this BigCommerce SPF record misconfiguration using an SPF flattener that replaces multiple \u2018include\u2019 statements with direct IP addresses. This reduces DNS lookups and keeps your record within technical limits while maintaining proper authorization.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-setting-up-dkim\"><strong>Setting up DKIM<\/strong><\/h2>\n\n\n\n<p>At the moment, BigCommerce doesn\u2019t directly support DKIM signing. Nevertheless, BigCommerce allows you to route your emails through a DKIM-enabled system, allowing you to authenticate them with DKIM keys. For more specifics on this process, please reach out to the <a href=\"https:\/\/support.bigcommerce.com\/apex\/SupportLiveAgentPreChatPage?endpoint=https%3A%2F%2Fsupport.bigcommerce.com%2Fapex%2FSupportLiveAgentChatPage%3Flanguage%3D%26org_id%3D00D30000001FDCG%26deployment_id%3D572a0000000H7DJ%26sid%3D74bdb9fb-483b-4003-b789-d57e86ea4094%23deployment_id%3D572a0000000H7DJ%26org_id%3D00D30000001FDCG%26button_id%3D573a00000008j2D%26session_id%3D74bdb9fb-483b-4003-b789-d57e86ea4094\">BigCommerce support team<\/a>.<\/p>\n\n\n\n<p><strong>Important Note<\/strong>: If the provider recommends publishing 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\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wrapping-up-make-your-bigcommerce-emails-trusted\"><strong>Wrapping Up: Make Your BigCommerce Emails Trusted<\/strong><\/h2>\n\n\n\n<p>SPF and DKIM are no longer \u201cnice to have\u201d for BigCommerce stores; they are basic requirements for email trust. A properly configured SPF record ensures only authorized senders are allowed to send email from your domain. DKIM adds an extra layer of trust by confirming that your emails are real and haven\u2019t been changed in transit.&nbsp;<\/p>\n\n\n\n<p>So, <a href=\"https:\/\/uac.easydmarc.com\/realms\/easydmarc\/protocol\/openid-connect\/registrations?client_id=dmarc-app&amp;response_type=code&amp;scope=openid+email&amp;redirect_uri=https%3A%2F%2Fapp.easydmarc.com%2Flogin%2Fcallback&amp;ui_locales=US&amp;utm_source=&amp;state=eyJ1c2VySXAiOiIyNDA2OmI0MDA6NzI6YWNkMjozMDQxOjVmOWI6OGMwOTozNWFhIiwiZ29VcmwiOiIiLCJsb2dpbk9wdGlvbnMiOnt9fQ%3D%3D\">try EasyDMARC<\/a> to monitor, verify, and strengthen your email authentication setup and help your emails reach the inbox, protect your brand from being impersonated, and keep customer communication consistent and reliable.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-frequently-asked-questions\"><strong>Frequently Asked Questions<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-does-bigcommerce-provide-built-in-spf-and-dkim\"><strong>Does BigCommerce Provide Built In SPF and DKIM?<\/strong><\/h3>\n\n\n\n<p>BigCommerce provides basic SPF support, but it does not offer full DKIM signing by default. Most stores need third-party email services to properly authenticate emails.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-can-i-use-third-party-email-services-with-bigcommerce\"><strong>Can I Use Third-Party Email Services With BigCommerce?<\/strong><\/h3>\n\n\n\n<p>Yes, you can use services like marketing or support tools with BigCommerce. You just need to add their SPF and DKIM records to your domain. While you do so, make sure you don\u2019t exceed the DNS lookup limit of 10.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-what-happens-if-bigcommerce-spf-or-dkim-is-not-set-up\"><strong>What Happens If BigCommerce SPF or DKIM Is Not Set Up?<\/strong><\/h3>\n\n\n\n<p>Your emails may go to spam or fail completely. Customers might not receive important messages, such as order updates or password resets. This can hamper delivery and customer support, ultimately tarnishing your brand image.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-long-does-spf-and-dkim-changes-take-to-apply\"><strong>How Long Does SPF and DKIM Changes Take to Apply?<\/strong><\/h3>\n\n\n\n<p>SPF and DKIM changes usually take a few minutes to a few hours. In some cases, DNS updates can take up to 48 hours. During this time, email delivery may remain inconsistent.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most BigCommerce store owners put time and effort &#8230;<\/p>\n","protected":false},"author":57,"featured_media":60785,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[204,205],"tags":[],"class_list":["post-60783","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-knowledge-base"],"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>How to Set Up BigCommerce DKIM and SPF Record 2026 | EasyDMARC<\/title>\n<meta name=\"description\" content=\"Step-by-step guide to set up SPF and DKIM for BigCommerce to secure transactional emails and avoid spam issues.\" \/>\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\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Set Up BigCommerce DKIM and SPF Record 2026\" \/>\n<meta property=\"og:description\" content=\"Step-by-step guide to set up SPF and DKIM for BigCommerce to secure transactional emails and avoid spam issues.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/\" \/>\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=\"2026-04-14T13:15:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-14T13:15:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/129.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"910\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Nshan Manoukian\" \/>\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=\"Nshan Manoukian\" \/>\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:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/\"},\"author\":{\"name\":\"Nshan Manoukian\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#\\\/schema\\\/person\\\/3cec4e845c1321726a7cc2f10d4c5e3e\"},\"headline\":\"How to Set Up BigCommerce DKIM and SPF Record 2026\",\"datePublished\":\"2026-04-14T13:15:14+00:00\",\"dateModified\":\"2026-04-14T13:15:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/\"},\"wordCount\":1301,\"publisher\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/129.png\",\"articleSection\":[\"Blog\",\"Knowledge Base\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/\",\"name\":\"How to Set Up BigCommerce DKIM and SPF Record 2026 | EasyDMARC\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/129.png\",\"datePublished\":\"2026-04-14T13:15:14+00:00\",\"dateModified\":\"2026-04-14T13:15:18+00:00\",\"description\":\"Step-by-step guide to set up SPF and DKIM for BigCommerce to secure transactional emails and avoid spam issues.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/#primaryimage\",\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/129.png\",\"contentUrl\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/129.png\",\"width\":1440,\"height\":910},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\\\/#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\":\"How to Set Up BigCommerce DKIM and SPF Record 2026\"}]},{\"@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\\\/3cec4e845c1321726a7cc2f10d4c5e3e\",\"name\":\"Nshan Manoukian\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b48a8730c40c3d047a7ce369ac08784b0ebfedd540b86da9801538e8855f5763?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b48a8730c40c3d047a7ce369ac08784b0ebfedd540b86da9801538e8855f5763?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b48a8730c40c3d047a7ce369ac08784b0ebfedd540b86da9801538e8855f5763?s=96&r=g\",\"caption\":\"Nshan Manoukian\"},\"url\":\"https:\\\/\\\/easydmarc.com\\\/blog\\\/author\\\/nshan\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Set Up BigCommerce DKIM and SPF Record 2026 | EasyDMARC","description":"Step-by-step guide to set up SPF and DKIM for BigCommerce to secure transactional emails and avoid spam issues.","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\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/","og_locale":"en_US","og_type":"article","og_title":"How to Set Up BigCommerce DKIM and SPF Record 2026","og_description":"Step-by-step guide to set up SPF and DKIM for BigCommerce to secure transactional emails and avoid spam issues.","og_url":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/","og_site_name":"EasyDMARC","article_publisher":"https:\/\/www.facebook.com\/EasyDMARC\/","article_published_time":"2026-04-14T13:15:14+00:00","article_modified_time":"2026-04-14T13:15:18+00:00","og_image":[{"width":1440,"height":910,"url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/129.png","type":"image\/png"}],"author":"Nshan Manoukian","twitter_card":"summary_large_image","twitter_creator":"@easydmarc","twitter_site":"@easydmarc","twitter_misc":{"Written by":"Nshan Manoukian","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/#article","isPartOf":{"@id":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/"},"author":{"name":"Nshan Manoukian","@id":"https:\/\/easydmarc.com\/blog\/#\/schema\/person\/3cec4e845c1321726a7cc2f10d4c5e3e"},"headline":"How to Set Up BigCommerce DKIM and SPF Record 2026","datePublished":"2026-04-14T13:15:14+00:00","dateModified":"2026-04-14T13:15:18+00:00","mainEntityOfPage":{"@id":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/"},"wordCount":1301,"publisher":{"@id":"https:\/\/easydmarc.com\/blog\/#organization"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/129.png","articleSection":["Blog","Knowledge Base"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/","url":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/","name":"How to Set Up BigCommerce DKIM and SPF Record 2026 | EasyDMARC","isPartOf":{"@id":"https:\/\/easydmarc.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/#primaryimage"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/129.png","datePublished":"2026-04-14T13:15:14+00:00","dateModified":"2026-04-14T13:15:18+00:00","description":"Step-by-step guide to set up SPF and DKIM for BigCommerce to secure transactional emails and avoid spam issues.","breadcrumb":{"@id":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/#primaryimage","url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/129.png","contentUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/129.png","width":1440,"height":910},{"@type":"BreadcrumbList","@id":"https:\/\/easydmarc.com\/blog\/how-to-set-up-bigcommerce-dkim-and-spf-record-2026\/#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":"How to Set Up BigCommerce DKIM and SPF Record 2026"}]},{"@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\/3cec4e845c1321726a7cc2f10d4c5e3e","name":"Nshan Manoukian","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b48a8730c40c3d047a7ce369ac08784b0ebfedd540b86da9801538e8855f5763?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b48a8730c40c3d047a7ce369ac08784b0ebfedd540b86da9801538e8855f5763?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b48a8730c40c3d047a7ce369ac08784b0ebfedd540b86da9801538e8855f5763?s=96&r=g","caption":"Nshan Manoukian"},"url":"https:\/\/easydmarc.com\/blog\/author\/nshan\/"}]}},"jetpack_featured_media_url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2026\/04\/129.png","_links":{"self":[{"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts\/60783","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\/57"}],"replies":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/comments?post=60783"}],"version-history":[{"count":1,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts\/60783\/revisions"}],"predecessor-version":[{"id":60786,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/posts\/60783\/revisions\/60786"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/media\/60785"}],"wp:attachment":[{"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/media?parent=60783"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/categories?post=60783"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/wp-json\/wp\/v2\/tags?post=60783"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}