-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path3dprosales.com.email-sending.json
More file actions
42 lines (42 loc) · 1.11 KB
/
Copy path3dprosales.com.email-sending.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"providerId": "3dprosales.com",
"providerName": "3D Pro Sales",
"serviceId": "email-sending",
"serviceName": "3D Pro Sales Email Sending",
"version": 2,
"logoUrl": "https://3dprosales.com/favicon.png",
"description": "Automatically configures DNS records so your domain can send email through 3D Pro Sales via Mailgun.",
"syncBlock": false,
"syncPubKeyDomain": "3dprosales.com",
"variableDescription": "%dkimSelector%: DKIM selector name; %dkimValue%: Full DKIM TXT record value",
"records": [
{
"type": "SPFM",
"host": "@",
"spfRules": "include:mailgun.org",
"ttl": 3600
},
{
"type": "TXT",
"host": "%dkimSelector%._domainkey",
"data": "%dkimValue%",
"ttl": 3600,
"txtConflictMatchingMode": "All"
},
{
"type": "CNAME",
"host": "email",
"pointsTo": "mailgun.org",
"ttl": 3600
},
{
"type": "TXT",
"host": "_dmarc",
"data": "v=DMARC1; p=none;",
"ttl": 3600,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=DMARC1",
"essential": "OnApply"
}
]
}