Skip to content

Commit fe48c46

Browse files
nileshkumar-sfTorstenDittmann
authored andcommitted
fix typo on email delivery page
1 parent 247483d commit fe48c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/docs/advanced/self-hosting/email/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this document, you will learn how to connect a 3rd party SMTP provider like M
1414

1515
At this stage, we assume that you have already installed Appwrite. If not, you can follow our [Self Hosting Guide](/docs/advanced/self-hosting) for the installation. Appwrite offers multiple environment variables to customize your server setup to your needs. To configure Appwrite to use your own SMTP server, you need to set the following environment variables in the hidden .env file that comes with your Appwrite installation.
1616

17-
| Environment cariable | Description | Default Value |
17+
| Environment Variable | Description | Default Value |
1818
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------ |
1919
| _APP_SMTP_HOST | SMTP server host name address. Use an empty string to disable all mail sending from the server. | Empty string |
2020
| _APP_SMTP_PORT | SMTP server TCP port. | Empty |

0 commit comments

Comments
 (0)