From 0a45a31007013cf914ae3dd6feddab151aaac4ed Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Wed, 8 Jun 2022 08:50:03 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=E2=9C=8F=EF=B8=8F=20Remove=20quotes=20f?= =?UTF-8?q?rom=20email=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/docs/docs/self-hosting/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/docs/self-hosting/configuration.mdx b/apps/docs/docs/self-hosting/configuration.mdx index 3ff005b27..d4c0a1c35 100644 --- a/apps/docs/docs/self-hosting/configuration.mdx +++ b/apps/docs/docs/self-hosting/configuration.mdx @@ -44,7 +44,7 @@ Used for sending email notifications and authentication | SMTP_PASSWORD | -- | SMTP password | | SMTP_HOST | -- | SMTP host. (i.e. `smtp.host.com`) | | SMTP_PORT | 25 | SMTP port | -| NEXT_PUBLIC_SMTP_FROM | - | From name and email (i.e. `"Typebot Notifications" `) | +| NEXT_PUBLIC_SMTP_FROM | - | From name and email (i.e. `'Typebot Notifications' `) | | SMTP_AUTH_DISABLED | false | To disable the authentication by email but still use the provided config for notifications |