Skip to content

Commit

Permalink
Email docs: added examples (hestiacp#4204)
Browse files Browse the repository at this point in the history
* Email docs: added examples

* Prettier - email.md
  • Loading branch information
LucaRed authored Dec 14, 2023
1 parent 7bda00d commit e8ced47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/server-administration/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Execute the following script and follow the instructions:
bash /usr/local/hestia/install/upgrade/manual/configure-server-smtp.sh
```

The script will ask you for the following SMTP parameters:

- Host (e.g. `smtp.example.com`)
- Port (e.g. `25`, `465` or `587`)
- Security (e.g. `STARTTLS`)
- Username
- Password
- Email Address (i.e. the sender address).

## I am unable to send email

First, check that port 25 is open for outgoing traffic. A lot of providers block port 25 by default to combat spam.
Expand Down

0 comments on commit e8ced47

Please sign in to comment.