Skip to content

Commit

Permalink
Create sidemail.io.domain-auth.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrupar authored Jan 10, 2025
1 parent 71a623a commit 9a05ebc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions sidemail.io.domain-auth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"providerId": "sidemail.io",
"providerName": "Sidemail.io",
"serviceId": "domain-auth",
"serviceName": "Sidemail.io Domain Authentication",
"description": "This template sets up the necessary DNS records for Sidemail.io domain authentication, including DKIM and sending domain configurations.",
"version": 1,
"logoUrl": "https://sidemail.io/assets/logo.png",
"syncPubKeyDomain": "sidemail.io",
"syncRedirectDomain": "sidemail.io, api.sidemail.io",
"records": [
{
"type": "CNAME",
"host": "%DKIM_HOSTNAME%",
"pointsTo": "%DKIM_HOSTNAME_POINTS_TO%",
"ttl": 1800
},
{
"type": "CNAME",
"host": "%SENDING_DOMAIN%",
"pointsTo": "%SENDING_DOMAIN_POINTS_TO%",
"ttl": 1800
}
]
}

0 comments on commit 9a05ebc

Please sign in to comment.