From 94d8536c601105f26e0387ba370484fe60a497b2 Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Fri, 12 Jun 2026 14:27:27 +0530 Subject: [PATCH 1/2] fix: remove enable_custom_domain_in_emails from managed tenant flags --- src/tools/auth0/handlers/tenant.ts | 7 +++---- test/e2e/testdata/lots-of-configuration/tenant.yaml | 1 - .../should-preserve-keywords/directory/tenant.json | 1 - .../testdata/should-preserve-keywords/yaml/tenant.yaml | 1 - test/tools/auth0/handlers/tenant.tests.ts | 8 ++++++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/tools/auth0/handlers/tenant.ts b/src/tools/auth0/handlers/tenant.ts index 04901308f..c3e4baeef 100644 --- a/src/tools/auth0/handlers/tenant.ts +++ b/src/tools/auth0/handlers/tenant.ts @@ -99,7 +99,6 @@ export const allowedTenantFlags = [ 'enable_apis_section', 'enable_pipeline2', 'enable_dynamic_client_registration', - 'enable_custom_domain_in_emails', 'allow_legacy_tokeninfo_endpoint', 'enable_legacy_profile', 'enable_idtoken_api2', @@ -233,9 +232,9 @@ export default class TenantHandler extends DefaultHandler { if ((tenant.flags as Record)?.enable_custom_domain_in_emails !== undefined) { log.warn( - 'The "enable_custom_domain_in_emails" tenant flag is deprecated. ' + - 'Use the "is_default" field on customDomains to configure the default domain instead. ' + - 'The flag will still be applied for now but will be removed in a future release.' + 'The "enable_custom_domain_in_emails" tenant flag is deprecated and has been removed from management. ' + + 'It will not be applied during import. ' + + 'Use the "is_default" field on customDomains to configure the default domain instead.' ); } diff --git a/test/e2e/testdata/lots-of-configuration/tenant.yaml b/test/e2e/testdata/lots-of-configuration/tenant.yaml index e5a5e07bc..6fde9a33d 100644 --- a/test/e2e/testdata/lots-of-configuration/tenant.yaml +++ b/test/e2e/testdata/lots-of-configuration/tenant.yaml @@ -307,7 +307,6 @@ tenant: change_pwd_flow_v1: false enable_apis_section: false enable_client_connections: false - enable_custom_domain_in_emails: false enable_dynamic_client_registration: false enable_legacy_logs_search_v2: false enable_public_signup_user_exists_error: true diff --git a/test/e2e/testdata/should-preserve-keywords/directory/tenant.json b/test/e2e/testdata/should-preserve-keywords/directory/tenant.json index 8b4797533..e30fae73d 100644 --- a/test/e2e/testdata/should-preserve-keywords/directory/tenant.json +++ b/test/e2e/testdata/should-preserve-keywords/directory/tenant.json @@ -9,7 +9,6 @@ "change_pwd_flow_v1": false, "enable_apis_section": false, "enable_client_connections": false, - "enable_custom_domain_in_emails": false, "enable_dynamic_client_registration": false, "enable_legacy_logs_search_v2": false, "enable_public_signup_user_exists_error": true, diff --git a/test/e2e/testdata/should-preserve-keywords/yaml/tenant.yaml b/test/e2e/testdata/should-preserve-keywords/yaml/tenant.yaml index 7cadc9fb1..4a18987ab 100644 --- a/test/e2e/testdata/should-preserve-keywords/yaml/tenant.yaml +++ b/test/e2e/testdata/should-preserve-keywords/yaml/tenant.yaml @@ -8,7 +8,6 @@ tenant: change_pwd_flow_v1: false enable_apis_section: false enable_client_connections: false - enable_custom_domain_in_emails: false enable_dynamic_client_registration: false enable_legacy_logs_search_v2: false enable_public_signup_user_exists_error: true diff --git a/test/tools/auth0/handlers/tenant.tests.ts b/test/tools/auth0/handlers/tenant.tests.ts index 4a844740c..598451bf2 100644 --- a/test/tools/auth0/handlers/tenant.tests.ts +++ b/test/tools/auth0/handlers/tenant.tests.ts @@ -236,13 +236,16 @@ describe('#tenant handler', () => { await processChanges.apply(handler, [{ tenant: { flags: proposedFlags } }]); }); - it('should log a deprecation warning when enable_custom_domain_in_emails is set', async () => { + it('should log a deprecation warning and not send enable_custom_domain_in_emails to the API', async () => { const logWarnStub = sinon.stub(log, 'warn'); + let capturedPayload: any = null; const auth0 = { tenants: { settings: { - update: async () => {}, + update: async (data) => { + capturedPayload = data; + }, }, }, }; @@ -256,6 +259,7 @@ describe('#tenant handler', () => { ]); expect(logWarnStub.calledWithMatch('enable_custom_domain_in_emails')).to.equal(true); + expect(capturedPayload?.flags?.enable_custom_domain_in_emails).to.equal(undefined); logWarnStub.restore(); }); From 901507adef591fbf5a2e7493e45951c0e6fc81cd Mon Sep 17 00:00:00 2001 From: "ankitatripathi.mp@gmail.com" Date: Fri, 12 Jun 2026 15:17:09 +0530 Subject: [PATCH 2/2] fix: update e2e nock recordings to reflect removal of enable_custom_domain_in_emails --- ...e-deleting-resources-if-AUTH0_ALLOW_DELETE-is-true.json | 7 +++---- ...-deleting-resources-if-AUTH0_ALLOW_DELETE-is-false.json | 7 +++---- .../should-dump-and-deploy-without-throwing-an-error.json | 7 +++---- .../should-preserve-keywords-for-directory-format.json | 5 ++--- .../should-preserve-keywords-for-yaml-format.json | 5 ++--- 5 files changed, 13 insertions(+), 18 deletions(-) diff --git a/test/e2e/recordings/should-deploy-while-deleting-resources-if-AUTH0_ALLOW_DELETE-is-true.json b/test/e2e/recordings/should-deploy-while-deleting-resources-if-AUTH0_ALLOW_DELETE-is-true.json index 5dd16886e..b1422bef9 100644 --- a/test/e2e/recordings/should-deploy-while-deleting-resources-if-AUTH0_ALLOW_DELETE-is-true.json +++ b/test/e2e/recordings/should-deploy-while-deleting-resources-if-AUTH0_ALLOW_DELETE-is-true.json @@ -7010,7 +7010,7 @@ "path": "/api/v2/email-templates/verify_email", "body": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "enabled": true, "from": "", "subject": "", @@ -7020,7 +7020,7 @@ "status": 200, "response": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "from": "", "subject": "", "syntax": "liquid", @@ -9256,7 +9256,6 @@ "change_pwd_flow_v1": false, "enable_apis_section": false, "enable_client_connections": false, - "enable_custom_domain_in_emails": false, "enable_dynamic_client_registration": false, "enable_public_signup_user_exists_error": true, "revoke_refresh_token_grant": false, @@ -15325,7 +15324,7 @@ "status": 200, "response": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "from": "", "subject": "", "syntax": "liquid", diff --git a/test/e2e/recordings/should-deploy-without-deleting-resources-if-AUTH0_ALLOW_DELETE-is-false.json b/test/e2e/recordings/should-deploy-without-deleting-resources-if-AUTH0_ALLOW_DELETE-is-false.json index c9c9b1ae2..65b32e1fe 100644 --- a/test/e2e/recordings/should-deploy-without-deleting-resources-if-AUTH0_ALLOW_DELETE-is-false.json +++ b/test/e2e/recordings/should-deploy-without-deleting-resources-if-AUTH0_ALLOW_DELETE-is-false.json @@ -6229,7 +6229,7 @@ "path": "/api/v2/email-templates/verify_email", "body": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "enabled": true, "from": "", "subject": "", @@ -6239,7 +6239,7 @@ "status": 200, "response": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "from": "", "subject": "", "syntax": "liquid", @@ -8449,7 +8449,6 @@ "change_pwd_flow_v1": false, "enable_apis_section": false, "enable_client_connections": false, - "enable_custom_domain_in_emails": false, "enable_dynamic_client_registration": false, "enable_public_signup_user_exists_error": true, "revoke_refresh_token_grant": false, @@ -17888,7 +17887,7 @@ "status": 200, "response": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "from": "", "subject": "", "syntax": "liquid", diff --git a/test/e2e/recordings/should-dump-and-deploy-without-throwing-an-error.json b/test/e2e/recordings/should-dump-and-deploy-without-throwing-an-error.json index 631d12dc0..98e2f3d75 100644 --- a/test/e2e/recordings/should-dump-and-deploy-without-throwing-an-error.json +++ b/test/e2e/recordings/should-dump-and-deploy-without-throwing-an-error.json @@ -1941,7 +1941,7 @@ "status": 200, "response": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "from": "", "subject": "", "syntax": "liquid", @@ -8319,7 +8319,7 @@ "path": "/api/v2/email-templates/verify_email", "body": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "enabled": true, "from": "", "subject": "", @@ -8329,7 +8329,7 @@ "status": 200, "response": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "from": "", "subject": "", "syntax": "liquid", @@ -9319,7 +9319,6 @@ "change_pwd_flow_v1": false, "enable_apis_section": false, "enable_client_connections": false, - "enable_custom_domain_in_emails": false, "enable_dynamic_client_registration": false, "enable_public_signup_user_exists_error": true, "revoke_refresh_token_grant": false, diff --git a/test/e2e/recordings/should-preserve-keywords-for-directory-format.json b/test/e2e/recordings/should-preserve-keywords-for-directory-format.json index c2dd2a757..338f2bee6 100644 --- a/test/e2e/recordings/should-preserve-keywords-for-directory-format.json +++ b/test/e2e/recordings/should-preserve-keywords-for-directory-format.json @@ -652,7 +652,6 @@ "change_pwd_flow_v1": false, "enable_apis_section": false, "enable_client_connections": false, - "enable_custom_domain_in_emails": false, "enable_dynamic_client_registration": false, "enable_public_signup_user_exists_error": true, "revoke_refresh_token_grant": false, @@ -1359,7 +1358,7 @@ "status": 200, "response": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "from": "", "subject": "", "syntax": "liquid", @@ -2230,7 +2229,7 @@ "status": 200, "response": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "from": "", "subject": "", "syntax": "liquid", diff --git a/test/e2e/recordings/should-preserve-keywords-for-yaml-format.json b/test/e2e/recordings/should-preserve-keywords-for-yaml-format.json index 48a288d37..ba39ba5c7 100644 --- a/test/e2e/recordings/should-preserve-keywords-for-yaml-format.json +++ b/test/e2e/recordings/should-preserve-keywords-for-yaml-format.json @@ -630,7 +630,6 @@ "change_pwd_flow_v1": false, "enable_apis_section": false, "enable_client_connections": false, - "enable_custom_domain_in_emails": false, "enable_dynamic_client_registration": false, "enable_public_signup_user_exists_error": true, "revoke_refresh_token_grant": false, @@ -1337,7 +1336,7 @@ "status": 200, "response": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "from": "", "subject": "", "syntax": "liquid", @@ -2332,7 +2331,7 @@ "status": 200, "response": { "template": "verify_email", - "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don’t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", + "body": "\n \n \n \n \n
\n \n \n \n
\n \n \n

\n\n

Welcome to {{ application.name}}!

\n\n

\n Thank you for signing up. Please verify your email address by clicking the following\n link:\n

\n\n

Confirm my account

\n\n

\n If you are having any issues with your account, please don\u2019t hesitate to contact us\n by replying to this mail.\n

\n\n
\n Haha!!!\n
\n\n {{ application.name }}\n\n

\n
\n \n If you did not make this request, please contact us by replying to this mail.\n

\n
\n \n \n \n
\n \n\n", "from": "", "subject": "", "syntax": "liquid",