mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Add SMTP_ENCRYPTION Options to README
In https://github.com/ngoduykhanh/wireguard-ui/pull/221, the support for setting an encryption method to connect to a SMTP server was added. Unfortunately, the documentation part was missing in the README.md. This commits adds this missing part.
This commit is contained in:
parent
887bc778df
commit
d37ef723f1
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ SMTP_PORT: the SMTP port
|
||||||
SMTP_USERNAME: the SMTP username to authenticate
|
SMTP_USERNAME: the SMTP username to authenticate
|
||||||
SMTP_PASSWORD: the SMTP user password
|
SMTP_PASSWORD: the SMTP user password
|
||||||
SMTP_AUTH_TYPE: the authentication type. Possible values: PLAIN, LOGIN, NONE
|
SMTP_AUTH_TYPE: the authentication type. Possible values: PLAIN, LOGIN, NONE
|
||||||
|
SMTP_ENCRYPTION: the encryption method. Possible values: SSL, SSLTLS, TLS or STARTTLS (default)
|
||||||
EMAIL_FROM_ADDRESS: the sender's email address
|
EMAIL_FROM_ADDRESS: the sender's email address
|
||||||
EMAIL_FROM_NAME: the sender's name
|
EMAIL_FROM_NAME: the sender's name
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue