2
0

fix: ✏️ Remove quotes from email config

This commit is contained in:
Baptiste Arnaud
2022-06-08 08:50:03 +02:00
parent 1b569dae99
commit 0a45a31007

View File

@ -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" <notifications@typebot.io>`) |
| NEXT_PUBLIC_SMTP_FROM | - | From name and email (i.e. `'Typebot Notifications' <notifications@host.com>`) |
| SMTP_AUTH_DISABLED | false | To disable the authentication by email but still use the provided config for notifications |
</p></details>