mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-24 00:24:06 +03:00
Add support to SSL/TLS/SSLTLS encryption for SMTP (#221)
This commit is contained in:
parent
2c2db61158
commit
63d6e1f391
3 changed files with 25 additions and 7 deletions
|
@ -11,6 +11,7 @@ var (
|
|||
SmtpUsername string
|
||||
SmtpPassword string
|
||||
SmtpNoTLSCheck bool
|
||||
SmtpEncryption string
|
||||
SmtpAuthType string
|
||||
SendgridApiKey string
|
||||
EmailFrom string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue