forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelementor.com.email.json
More file actions
31 lines (31 loc) · 839 Bytes
/
elementor.com.email.json
File metadata and controls
31 lines (31 loc) · 839 Bytes
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
{
"providerId": "elementor.com",
"providerName": "Elementor",
"serviceId": "email",
"serviceName": "Elementor hosting",
"version": 1,
"logoUrl": "https://elementor.com/marketing/wp-content/uploads/2021/10/Elementor-Logo-Full-Red.png",
"description": "Enables a domain to send emails",
"variableDescription": "record1-record3 are records for the mail authentication, host1-host3 are the cname hosts for respective records",
"syncPubKeyDomain": "domainconnect.elementor.com",
"records": [
{
"type": "CNAME",
"host": "%host1%",
"pointsTo": "%record1%",
"ttl": 300
},
{
"type": "CNAME",
"host": "%host2%",
"pointsTo": "%record2%",
"ttl": 300
},
{
"type": "CNAME",
"host": "%host3%",
"pointsTo": "%record3%",
"ttl": 300
}
]
}