mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-05-23 00:15:19 +03:00
SMTP support (#146)
This commit is contained in:
parent
da99259f55
commit
af62be378f
6 changed files with 129 additions and 2 deletions
|
@ -4,6 +4,12 @@ package util
|
|||
var (
|
||||
DisableLogin bool
|
||||
BindAddress string
|
||||
SmtpHostname string
|
||||
SmtpPort int
|
||||
SmtpUsername string
|
||||
SmtpPassword string
|
||||
SmtpNoTLSCheck bool
|
||||
SmtpAuthType string
|
||||
SendgridApiKey string
|
||||
EmailFrom string
|
||||
EmailFromName string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue