Skip to content

Commit

Permalink
Merge pull request Domain-Connect#254: elementor.com email template
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Jul 22, 2022
2 parents 0ef65f4 + 59a85ab commit a04b5ce
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions elementor.com.email.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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
}
]
}

0 comments on commit a04b5ce

Please sign in to comment.