fix(docs): clarify using port 25 as mail port when mail does not work
This commit is contained in:
parent
c19479757a
commit
2369ce5554
2 changed files with 4 additions and 2 deletions
|
@ -127,7 +127,8 @@ mailer:
|
||||||
enabled: false
|
enabled: false
|
||||||
# SMTP Host
|
# SMTP Host
|
||||||
host: ""
|
host: ""
|
||||||
# SMTP Host port
|
# SMTP Host port.
|
||||||
|
# **NOTE:** If you're unable to send mail and the only error you see in the logs is an `EOF`, try setting the port to `25`.
|
||||||
port: 587
|
port: 587
|
||||||
# SMTP Auth Type. Can be either `plain`, `login` or `cram-md5`.
|
# SMTP Auth Type. Can be either `plain`, `login` or `cram-md5`.
|
||||||
authtype: "plain"
|
authtype: "plain"
|
||||||
|
|
|
@ -657,7 +657,8 @@ Environment path: `VIKUNJA_MAILER_HOST`
|
||||||
|
|
||||||
### port
|
### port
|
||||||
|
|
||||||
SMTP Host port
|
SMTP Host port.
|
||||||
|
**NOTE:** If you're unable to send mail and the only error you see in the logs is an `EOF`, try setting the port to `25`.
|
||||||
|
|
||||||
Default: `587`
|
Default: `587`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue