From c67a7293e5e9f21dd405b5576d6ed35a2cd72098 Mon Sep 17 00:00:00 2001 From: Traian Vila Date: Tue, 3 Jun 2025 11:03:55 +0300 Subject: [PATCH] add sendFromEmailAddress --- authentication/email.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentication/email.mdx b/authentication/email.mdx index e4df7ef1..e2b28272 100644 --- a/authentication/email.mdx +++ b/authentication/email.mdx @@ -151,9 +151,9 @@ const response = await client.emailAuth({ }); ``` -### Email Templates +### Email Templates and Custom Domains -We also support custom HTML email templates for [Enterprise](https://www.turnkey.com/pricing) clients on the **Scale** tier. This allows you to inject arbitrary data from a JSON string containing key-value pairs. In this case, the `emailCustomization` variable may look like: +We also support custom HTML email templates and sender email addresses (`sendFromEmailAddress`) for [Enterprise](https://www.turnkey.com/pricing) clients on the **Scale** tier. This allows you to inject arbitrary data from a JSON string containing key-value pairs. In this case, the `emailCustomization` variable may look like: ```js ...