From 440998e768f6ea2f23853e5f0e7905a2565978b3 Mon Sep 17 00:00:00 2001 From: JetEmail Date: Thu, 23 Jul 2026 19:34:32 +1000 Subject: [PATCH] add JetEmail Marketing --- jetemail.com.marketing-domain.json | 52 ++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 jetemail.com.marketing-domain.json diff --git a/jetemail.com.marketing-domain.json b/jetemail.com.marketing-domain.json new file mode 100644 index 00000000..95ef6bb8 --- /dev/null +++ b/jetemail.com.marketing-domain.json @@ -0,0 +1,52 @@ +{ + "providerId": "jetemail.com", + "providerName": "JetEmail", + "serviceId": "marketing-domain", + "serviceName": "JetEmail Marketing Sending Domain", + "version": 1, + "logoUrl": "https://cdn.jetemail.com/assets/images/logo.svg", + "description": "Authenticates a marketing sending domain for JetEmail by adding the return-path CNAME, two DKIM CNAMEs, a DMARC TXT record and the link-tracking CNAME.", + "variableDescription": "%returnPathId%: numeric id portion of the per-domain return-path subdomain assigned by the JetEmail dashboard (e.g. 06256, producing mkt06256 on the customer's zone). %trackingHost%: tracking subdomain label relative to the zone (default link, producing link.). %region%: the account's sending region code (au, eu or us) used for the tracking CNAME target link-.jete.ml.", + "syncPubKeyDomain": "dc.jetemail.com", + "syncRedirectDomain": "dash.jetemail.com", + "records": [ + { + "groupId": "returnpath", + "type": "CNAME", + "host": "mkt%returnPathId%", + "pointsTo": "return.jetsmtp.net", + "ttl": 3600 + }, + { + "groupId": "dkim", + "type": "CNAME", + "host": "mkt1._domainkey", + "pointsTo": "mkt1.dkim.jetsmtp.net", + "ttl": 3600 + }, + { + "groupId": "dkim", + "type": "CNAME", + "host": "mkt2._domainkey", + "pointsTo": "mkt2.dkim.jetsmtp.net", + "ttl": 3600 + }, + { + "groupId": "dmarc", + "type": "TXT", + "host": "_dmarc", + "data": "v=DMARC1; p=none", + "ttl": 3600, + "txtConflictMatchingMode": "Prefix", + "txtConflictMatchingPrefix": "v=DMARC1", + "essential": "OnApply" + }, + { + "groupId": "tracking", + "type": "CNAME", + "host": "%trackingHost%", + "pointsTo": "link-%region%.jete.ml", + "ttl": 3600 + } + ] +}