Skip to content

Commit e8ced47

Browse files
authored
Email docs: added examples (hestiacp#4204)
* Email docs: added examples * Prettier - email.md
1 parent 7bda00d commit e8ced47

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/docs/server-administration/email.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Execute the following script and follow the instructions:
1010
bash /usr/local/hestia/install/upgrade/manual/configure-server-smtp.sh
1111
```
1212

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+
1322
## I am unable to send email
1423

1524
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

Comments
 (0)