Skip to content

Commit

Permalink
add maileon.com template
Browse files Browse the repository at this point in the history
  • Loading branch information
ischuraev-xqueue committed Jul 3, 2023
1 parent a701665 commit 980a473
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions maileon.com.hosting_and_email.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"providerId": "maileon.com",
"providerName": "Maileon Email Marketing",
"serviceId": "hosting_and_email",
"serviceName": "Email Marketing by Maileon",
"version": 1,
"logoUrl": "https://maileon.com/app/themes/maileon/assets/img/logo.svg",
"description": "Configure Hosting and Email Records for use with Maileon Plattform",
"syncPubKeyDomain": "maileon.com",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "cname.maileon.com",
"ttl": "600"
},
{
"type": "CNAME",
"host": "_dmarc",
"pointsTo": "_dmarc.cname.maileon.com",
"ttl": "600"
},
{
"type": "CNAME",
"host": "xq._domainkey",
"pointsTo": "xq._domainkey.cname.maileon.com",
"ttl": "600"
}
]
}

0 comments on commit 980a473

Please sign in to comment.