Skip to content

Commit

Permalink
IONOS Email Marketing Template (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Aug 2, 2023
2 parents ef30027 + 5650014 commit 65416ab
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions maileon.com.hosting_and_email_ionos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"providerId": "maileon.com",
"providerName": "IONOS",
"serviceId": "hosting_and_email_ionos",
"serviceName": "IONOS Email Marketing",
"version": 1,
"logoUrl": "https://www.ionos.de/newsroom/wp-content/uploads/2022/03/LOGO_IONOS_Blue_RGB-1.png",
"description": "Configure Hosting and Email Records for use with IONOS Email Marketing",
"syncPubKeyDomain": "maileon.com",
"variableDescription": "cnamehost is CNAME host name for webhosting",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "%cnamehost%.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 65416ab

Please sign in to comment.