mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
12049 fix passsword typo
This commit is contained in:
parent
8d25d7812c
commit
96eb89a469
@ -38,7 +38,7 @@ In order to send email, NetBox needs an email server configured. The following i
|
|||||||
* `SERVER` - Hostname or IP address of the email server (use `localhost` if running locally)
|
* `SERVER` - Hostname or IP address of the email server (use `localhost` if running locally)
|
||||||
* `PORT` - TCP port to use for the connection (default: `25`)
|
* `PORT` - TCP port to use for the connection (default: `25`)
|
||||||
* `USERNAME` - Username with which to authenticate
|
* `USERNAME` - Username with which to authenticate
|
||||||
* `PASSSWORD` - Password with which to authenticate
|
* `PASSWORD` - Password with which to authenticate
|
||||||
* `USE_SSL` - Use SSL when connecting to the server (default: `False`)
|
* `USE_SSL` - Use SSL when connecting to the server (default: `False`)
|
||||||
* `USE_TLS` - Use TLS when connecting to the server (default: `False`)
|
* `USE_TLS` - Use TLS when connecting to the server (default: `False`)
|
||||||
* `SSL_CERTFILE` - Path to the PEM-formatted SSL certificate file (optional)
|
* `SSL_CERTFILE` - Path to the PEM-formatted SSL certificate file (optional)
|
||||||
|
Loading…
Reference in New Issue
Block a user