We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bda00d commit e8ced47Copy full SHA for e8ced47
docs/docs/server-administration/email.md
@@ -10,6 +10,15 @@ Execute the following script and follow the instructions:
10
bash /usr/local/hestia/install/upgrade/manual/configure-server-smtp.sh
11
```
12
13
+The script will ask you for the following SMTP parameters:
14
+
15
+- Host (e.g. `smtp.example.com`)
16
+- Port (e.g. `25`, `465` or `587`)
17
+- Security (e.g. `STARTTLS`)
18
+- Username
19
+- Password
20
+- Email Address (i.e. the sender address).
21
22
## I am unable to send email
23
24
First, check that port 25 is open for outgoing traffic. A lot of providers block port 25 by default to combat spam.
0 commit comments