forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
getreadydigital.com.email.json
53 lines (53 loc) · 1.26 KB
/
getreadydigital.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"providerId": "getreadydigital.com",
"providerName": "GetReadyDigital",
"serviceId": "email",
"serviceName": "GetReadyDigital Email records",
"syncRedirectDomain": "domainconnect.getreadydigital.com,getreadydigital.com",
"version": 2,
"logoUrl": "https://getreadydigital.com/wp-content/uploads/2023/04/cropped-GR-Logo-Favicon-192x192.png",
"description": "Enable domain to work with the GetReadyDigital web and mail",
"variableDescription": "TXT, CNAME, and MX Records: GetReadyDigital connection",
"syncPubKeyDomain": "getreadydigital.com",
"records": [
{
"type": "TXT",
"host": "%txtHost1%",
"data": "%txtValue1%",
"ttl": 600
},
{
"type": "TXT",
"host": "@",
"data": "%txtValue2%",
"ttl": 600
},
{
"type": "CNAME",
"host": "email",
"pointsTo": "%cnameValue%",
"ttl": 3600
},
{
"type": "MX",
"host": "%mxHost1%",
"pointsTo": "%mxValue1%",
"priority": 10,
"ttl": 600
},
{
"type": "MX",
"host": "%mxHost2%",
"pointsTo": "%mxValue2%",
"priority": 20,
"ttl": 600
},
{
"type": "MX",
"host": "%mxHost3%",
"pointsTo": "%mxValue3%",
"priority": 30,
"ttl": 600
}
]
}