-
Notifications
You must be signed in to change notification settings - Fork 202
/
constantcontact.com.email.json
36 lines (36 loc) · 1.14 KB
/
constantcontact.com.email.json
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
{
"providerId": "constantcontact.com",
"providerName": "ConstantContact",
"serviceId": "email",
"serviceName": "ConstantContact Email",
"version": 2,
"syncPubKeyDomain": "constantcontact.com",
"syncRedirectDomain": "app.constantcontact.com",
"logoUrl": "https://static.ctctcdn.com/lp/images/standard/logos/ctct_logo_full-color.svg",
"description": "Enables you to setup DKIM email authentication for emails sent from your domain",
"variableDescription": "sel1/sel2 and ctctsel1/ctctsel2 are selector values; domain_prefix identifies the target CTCT domain; dmarc is the dmarc record value",
"records": [
{
"groupId": "dkim",
"type": "CNAME",
"host": "%sel1%._domainkey",
"pointsTo": "%ctctsel1%._domainkey.dkim1.%domain_prefix%send.com",
"ttl": 3600
},
{
"groupId": "dkim",
"type": "CNAME",
"host": "%sel2%._domainkey",
"pointsTo": "%ctctsel2%._domainkey.dkim2.%domain_prefix%send.com",
"ttl": 3600
},
{
"groupId": "dmarc",
"type": "TXT",
"host": "_dmarc",
"data": "%dmarc%",
"txtConflictMatchingMode": "All",
"ttl": 3600
}
]
}