From 1fbdca26f989e3f88cdfff8271a135074d333c7c Mon Sep 17 00:00:00 2001 From: mayur-jadhav-ttpl Date: Thu, 18 Dec 2025 16:35:13 +0530 Subject: [PATCH 1/4] Add Zenara Health Domain Connect mail templates --- zenarahealth.io.whitelabel-custom-mail.json | 55 ++++++++++++++++++++ zenarahealth.io.whitelabel-default-mail.json | 38 ++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 zenarahealth.io.whitelabel-custom-mail.json create mode 100644 zenarahealth.io.whitelabel-default-mail.json diff --git a/zenarahealth.io.whitelabel-custom-mail.json b/zenarahealth.io.whitelabel-custom-mail.json new file mode 100644 index 00000000..1c261ffa --- /dev/null +++ b/zenarahealth.io.whitelabel-custom-mail.json @@ -0,0 +1,55 @@ +{ + "providerId": "zenarahealth.io", + "providerName": "Zenara Health", + "serviceId": "whitelabel-custom-mail", + "serviceName": "White Label - Custom Mail", + "version": 1, + "logoUrl": "https://zenarahealth.io/assets/zenarahealth.svg", + "description": "Configures your domain to work with Zenara Health's white label service with custom mail address.", + "variableDescription": "This configuration sets whitelabel for custom domain and email address.", + "syncPubKeyDomain": "zenarahealth.io", + "records": [ + { + "type": "CNAME", + "host": "%host1%", + "pointsTo": "%record1%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%host2%", + "pointsTo": "%record2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost1%", + "pointsTo": "%sendgridrecord1%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost2%", + "pointsTo": "%sendgridrecord2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost3%", + "pointsTo": "%sendgridrecord3%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%host3%", + "pointsTo": "%record3%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%host4%", + "pointsTo": "%record4%", + "ttl": 600 + } + ] +} \ No newline at end of file diff --git a/zenarahealth.io.whitelabel-default-mail.json b/zenarahealth.io.whitelabel-default-mail.json new file mode 100644 index 00000000..ec68640a --- /dev/null +++ b/zenarahealth.io.whitelabel-default-mail.json @@ -0,0 +1,38 @@ +{ + "providerId": "zenarahealth.io", + "providerName": "Zenara Health", + "serviceId": "whitelabel-default-mail", + "serviceName": "White Label - Default Mail", + "version": 1, + "logoUrl": "https://zenarahealth.io/assets/zenarahealth.svg", + "description": "Configures your domain to work with Zenara Health's white label service using default mail.", + "variableDescription": "This template sets up CNAME and A records required for Zenara Health white label mail.", + "syncPubKeyDomain": "zenarahealth.io", + "records": [ + { + "type": "CNAME", + "host": "%host1%", + "pointsTo": "%record1%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%host2%", + "pointsTo": "%record2%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host3%", + "pointsTo": "%record3%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host4%", + "pointsTo": "%record4%", + "ttl": 600 + } + + ] +} From c5802d7aee25ec0bd2923e3fd47035426e6e4f66 Mon Sep 17 00:00:00 2001 From: mayur-jadhav-ttpl Date: Thu, 18 Dec 2025 17:02:56 +0530 Subject: [PATCH 2/4] Added Zenara Health Domain Connect mail templates --- ...ealth.io.whitelabel-custom-mail-alias.json | 55 +++++++++++++++++++ zenarahealth.io.whitelabel-custom-mail.json | 8 +-- ...alth.io.whitelabel-default-mail-alias.json | 38 +++++++++++++ zenarahealth.io.whitelabel-default-mail.json | 4 +- 4 files changed, 99 insertions(+), 6 deletions(-) create mode 100644 zenarahealth.io.whitelabel-custom-mail-alias.json create mode 100644 zenarahealth.io.whitelabel-default-mail-alias.json diff --git a/zenarahealth.io.whitelabel-custom-mail-alias.json b/zenarahealth.io.whitelabel-custom-mail-alias.json new file mode 100644 index 00000000..ce8d11df --- /dev/null +++ b/zenarahealth.io.whitelabel-custom-mail-alias.json @@ -0,0 +1,55 @@ +{ + "providerId": "zenarahealth.io", + "providerName": "Zenara Health", + "serviceId": "whitelabel-custom-mail-alias", + "serviceName": "White Label - Custom Mail alias", + "version": 1, + "logoUrl": "https://zenarahealth.io/assets/zenarahealth.svg", + "description": "Configures your domain to work with Zenara Health's white label service with custom mail address.", + "variableDescription": "This configuration sets whitelabel for custom domain and email address.", + "syncPubKeyDomain": "zenarahealth.io", + "records": [ + { + "type": "A", + "host": "%host1%", + "pointsTo": "%record1%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host2%", + "pointsTo": "%record2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost1%", + "pointsTo": "%sendgridrecord1%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost2%", + "pointsTo": "%sendgridrecord2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost3%", + "pointsTo": "%sendgridrecord3%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host3%", + "pointsTo": "%record3%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host4%", + "pointsTo": "%record4%", + "ttl": 600 + } + ] +} \ No newline at end of file diff --git a/zenarahealth.io.whitelabel-custom-mail.json b/zenarahealth.io.whitelabel-custom-mail.json index 1c261ffa..1e3bf6a4 100644 --- a/zenarahealth.io.whitelabel-custom-mail.json +++ b/zenarahealth.io.whitelabel-custom-mail.json @@ -10,13 +10,13 @@ "syncPubKeyDomain": "zenarahealth.io", "records": [ { - "type": "CNAME", + "type": "A", "host": "%host1%", "pointsTo": "%record1%", "ttl": 600 }, { - "type": "CNAME", + "type": "A", "host": "%host2%", "pointsTo": "%record2%", "ttl": 600 @@ -40,13 +40,13 @@ "ttl": 600 }, { - "type": "CNAME", + "type": "A", "host": "%host3%", "pointsTo": "%record3%", "ttl": 600 }, { - "type": "CNAME", + "type": "A", "host": "%host4%", "pointsTo": "%record4%", "ttl": 600 diff --git a/zenarahealth.io.whitelabel-default-mail-alias.json b/zenarahealth.io.whitelabel-default-mail-alias.json new file mode 100644 index 00000000..5855c654 --- /dev/null +++ b/zenarahealth.io.whitelabel-default-mail-alias.json @@ -0,0 +1,38 @@ +{ + "providerId": "zenarahealth.io", + "providerName": "Zenara Health", + "serviceId": "whitelabel-default-mail-alias", + "serviceName": "White Label - Default Mail alias", + "version": 1, + "logoUrl": "https://zenarahealth.io/assets/zenarahealth.svg", + "description": "Configures your domain to work with Zenara Health's white label service using default mail.", + "variableDescription": "This template sets up CNAME and A records required for Zenara Health white label mail.", + "syncPubKeyDomain": "zenarahealth.io", + "records": [ + { + "type": "CNAME", + "host": "%host1%", + "pointsTo": "%record1%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%host2%", + "pointsTo": "%record2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%host3%", + "pointsTo": "%record3%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%host4%", + "pointsTo": "%record4%", + "ttl": 600 + } + + ] +} diff --git a/zenarahealth.io.whitelabel-default-mail.json b/zenarahealth.io.whitelabel-default-mail.json index ec68640a..9a9c844c 100644 --- a/zenarahealth.io.whitelabel-default-mail.json +++ b/zenarahealth.io.whitelabel-default-mail.json @@ -10,13 +10,13 @@ "syncPubKeyDomain": "zenarahealth.io", "records": [ { - "type": "CNAME", + "type": "A", "host": "%host1%", "pointsTo": "%record1%", "ttl": 600 }, { - "type": "CNAME", + "type": "A", "host": "%host2%", "pointsTo": "%record2%", "ttl": 600 From 66c1550be2f78c1b2c330aab1bdae92309ddcbf3 Mon Sep 17 00:00:00 2001 From: mayur-jadhav-ttpl Date: Fri, 2 Jan 2026 12:45:19 +0530 Subject: [PATCH 3/4] Add Domain Connect templates for zenarahealth.com --- ...alth.com.whitelabel-custom-mail-alias.json | 55 +++++++++++++++++++ zenarahealth.com.whitelabel-custom-mail.json | 55 +++++++++++++++++++ ...lth.com.whitelabel-default-mail-alias.json | 38 +++++++++++++ zenarahealth.com.whitelabel-default-mail.json | 38 +++++++++++++ 4 files changed, 186 insertions(+) create mode 100644 zenarahealth.com.whitelabel-custom-mail-alias.json create mode 100644 zenarahealth.com.whitelabel-custom-mail.json create mode 100644 zenarahealth.com.whitelabel-default-mail-alias.json create mode 100644 zenarahealth.com.whitelabel-default-mail.json diff --git a/zenarahealth.com.whitelabel-custom-mail-alias.json b/zenarahealth.com.whitelabel-custom-mail-alias.json new file mode 100644 index 00000000..6011652e --- /dev/null +++ b/zenarahealth.com.whitelabel-custom-mail-alias.json @@ -0,0 +1,55 @@ +{ + "providerId": "zenarahealth.com", + "providerName": "Zenara Health", + "serviceId": "whitelabel-custom-mail-alias", + "serviceName": "White Label - Custom Mail alias", + "version": 1, + "logoUrl": "https://zenarahealth.com/assets/zenarahealth.svg", + "description": "Configures your domain to work with Zenara Health's white label service with custom mail address.", + "variableDescription": "This configuration sets whitelabel for custom domain and email address.", + "syncPubKeyDomain": "zenarahealth.com", + "records": [ + { + "type": "A", + "host": "%host1%", + "pointsTo": "%record1%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host2%", + "pointsTo": "%record2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost1%", + "pointsTo": "%sendgridrecord1%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost2%", + "pointsTo": "%sendgridrecord2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost3%", + "pointsTo": "%sendgridrecord3%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host3%", + "pointsTo": "%record3%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host4%", + "pointsTo": "%record4%", + "ttl": 600 + } + ] +} \ No newline at end of file diff --git a/zenarahealth.com.whitelabel-custom-mail.json b/zenarahealth.com.whitelabel-custom-mail.json new file mode 100644 index 00000000..b3889a0f --- /dev/null +++ b/zenarahealth.com.whitelabel-custom-mail.json @@ -0,0 +1,55 @@ +{ + "providerId": "zenarahealth.com", + "providerName": "Zenara Health", + "serviceId": "whitelabel-custom-mail", + "serviceName": "White Label - Custom Mail", + "version": 1, + "logoUrl": "https://zenarahealth.com/assets/zenarahealth.svg", + "description": "Configures your domain to work with Zenara Health's white label service with custom mail address.", + "variableDescription": "This configuration sets whitelabel for custom domain and email address.", + "syncPubKeyDomain": "zenarahealth.com", + "records": [ + { + "type": "A", + "host": "%host1%", + "pointsTo": "%record1%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host2%", + "pointsTo": "%record2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost1%", + "pointsTo": "%sendgridrecord1%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost2%", + "pointsTo": "%sendgridrecord2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%sendgridhost3%", + "pointsTo": "%sendgridrecord3%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host3%", + "pointsTo": "%record3%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host4%", + "pointsTo": "%record4%", + "ttl": 600 + } + ] +} \ No newline at end of file diff --git a/zenarahealth.com.whitelabel-default-mail-alias.json b/zenarahealth.com.whitelabel-default-mail-alias.json new file mode 100644 index 00000000..9ae97599 --- /dev/null +++ b/zenarahealth.com.whitelabel-default-mail-alias.json @@ -0,0 +1,38 @@ +{ + "providerId": "zenarahealth.com", + "providerName": "Zenara Health", + "serviceId": "whitelabel-default-mail-alias", + "serviceName": "White Label - Default Mail alias", + "version": 1, + "logoUrl": "https://zenarahealth.com/assets/zenarahealth.svg", + "description": "Configures your domain to work with Zenara Health's white label service using default mail.", + "variableDescription": "This template sets up CNAME and A records required for Zenara Health white label mail.", + "syncPubKeyDomain": "zenarahealth.com", + "records": [ + { + "type": "CNAME", + "host": "%host1%", + "pointsTo": "%record1%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%host2%", + "pointsTo": "%record2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%host3%", + "pointsTo": "%record3%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "%host4%", + "pointsTo": "%record4%", + "ttl": 600 + } + + ] +} diff --git a/zenarahealth.com.whitelabel-default-mail.json b/zenarahealth.com.whitelabel-default-mail.json new file mode 100644 index 00000000..187a63c2 --- /dev/null +++ b/zenarahealth.com.whitelabel-default-mail.json @@ -0,0 +1,38 @@ +{ + "providerId": "zenarahealth.com", + "providerName": "Zenara Health", + "serviceId": "whitelabel-default-mail", + "serviceName": "White Label - Default Mail", + "version": 1, + "logoUrl": "https://zenarahealth.com/assets/zenarahealth.svg", + "description": "Configures your domain to work with Zenara Health's white label service using default mail.", + "variableDescription": "This template sets up CNAME and A records required for Zenara Health white label mail.", + "syncPubKeyDomain": "zenarahealth.com", + "records": [ + { + "type": "A", + "host": "%host1%", + "pointsTo": "%record1%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host2%", + "pointsTo": "%record2%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host3%", + "pointsTo": "%record3%", + "ttl": 600 + }, + { + "type": "A", + "host": "%host4%", + "pointsTo": "%record4%", + "ttl": 600 + } + + ] +} From c46852bc56cc480be48d8881583b3ae707694de9 Mon Sep 17 00:00:00 2001 From: mayur-jadhav-ttpl Date: Fri, 2 Jan 2026 14:18:28 +0530 Subject: [PATCH 4/4] Add Zenara Health updated (.com) Domain Connect mail templates --- zenarahealth.com.whitelabel-custom-mail.json | 8 ++++---- zenarahealth.com.whitelabel-default-mail.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/zenarahealth.com.whitelabel-custom-mail.json b/zenarahealth.com.whitelabel-custom-mail.json index b3889a0f..33bf0462 100644 --- a/zenarahealth.com.whitelabel-custom-mail.json +++ b/zenarahealth.com.whitelabel-custom-mail.json @@ -10,13 +10,13 @@ "syncPubKeyDomain": "zenarahealth.com", "records": [ { - "type": "A", + "type": "CNAME", "host": "%host1%", "pointsTo": "%record1%", "ttl": 600 }, { - "type": "A", + "type": "CNAME", "host": "%host2%", "pointsTo": "%record2%", "ttl": 600 @@ -40,13 +40,13 @@ "ttl": 600 }, { - "type": "A", + "type": "CNAME", "host": "%host3%", "pointsTo": "%record3%", "ttl": 600 }, { - "type": "A", + "type": "CNAME", "host": "%host4%", "pointsTo": "%record4%", "ttl": 600 diff --git a/zenarahealth.com.whitelabel-default-mail.json b/zenarahealth.com.whitelabel-default-mail.json index 187a63c2..83ecb295 100644 --- a/zenarahealth.com.whitelabel-default-mail.json +++ b/zenarahealth.com.whitelabel-default-mail.json @@ -6,29 +6,29 @@ "version": 1, "logoUrl": "https://zenarahealth.com/assets/zenarahealth.svg", "description": "Configures your domain to work with Zenara Health's white label service using default mail.", - "variableDescription": "This template sets up CNAME and A records required for Zenara Health white label mail.", + "variableDescription": "This template sets up CNAME records required for Zenara Health white label mail.", "syncPubKeyDomain": "zenarahealth.com", "records": [ { - "type": "A", + "type": "CNAME", "host": "%host1%", "pointsTo": "%record1%", "ttl": 600 }, { - "type": "A", + "type": "CNAME", "host": "%host2%", "pointsTo": "%record2%", "ttl": 600 }, { - "type": "A", + "type": "CNAME", "host": "%host3%", "pointsTo": "%record3%", "ttl": 600 }, { - "type": "A", + "type": "CNAME", "host": "%host4%", "pointsTo": "%record4%", "ttl": 600