From 3ad4714cd028d19e50639c3d0abf3d9d0b23531c Mon Sep 17 00:00:00 2001 From: Workflow Minds Date: Sat, 11 Jul 2026 14:28:10 -0500 Subject: [PATCH] Add nextsurplus.com email-authentication template --- nextsurplus.com.email-authentication.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 nextsurplus.com.email-authentication.json diff --git a/nextsurplus.com.email-authentication.json b/nextsurplus.com.email-authentication.json new file mode 100644 index 00000000..5ca0297a --- /dev/null +++ b/nextsurplus.com.email-authentication.json @@ -0,0 +1 @@ +{"providerId":"nextsurplus.com","providerName":"Next Surplus","serviceId":"email-authentication","serviceName":"Business Email Authentication","version":1,"logoUrl":"https://nextsurplus.com/logo.png","description":"Standard email authentication for this domain. Adds SPF, DKIM, and DMARC records so outbound business email passes modern authentication checks.","variableDescription":"Adds the DNS records required for this domain to pass SPF, DKIM, and DMARC authentication on Gmail, Yahoo, Outlook, and other major email providers.","syncBlock":true,"shared":false,"warning":null,"records":[{"type":"TXT","host":"send","pointsTo":"v=spf1 include:%spf_include% ~all","ttl":300,"groupId":"spf-sending"},{"type":"TXT","host":"%dkim_selector%._domainkey","pointsTo":"%dkim_value%","ttl":300,"groupId":"dkim-signing"},{"type":"MX","host":"send","pointsTo":"%mx_host%","priority":10,"ttl":300,"groupId":"return-path"},{"type":"TXT","host":"_dmarc","pointsTo":"v=DMARC1; p=none; rua=mailto:%dmarc_rua%","ttl":300,"groupId":"dmarc-monitoring"}]}