2
0

fix(docs): 📝 Fix FROM email quotes

This commit is contained in:
Baptiste Arnaud
2022-05-25 15:25:02 -07:00
parent 5d786f59cc
commit 30d36b9a09

View File

@ -253,7 +253,7 @@ Used for sending email notifications and authentication
| SMTP_PASSWORD | -- | SMTP password | | SMTP_PASSWORD | -- | SMTP password |
| SMTP_HOST | -- | SMTP host. (i.e. `smtp.host.com`) | | SMTP_HOST | -- | SMTP host. (i.e. `smtp.host.com`) |
| SMTP_PORT | 25 | SMTP port | | 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@typebot.io>`) |
</p></details> </p></details>