mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-08-07 21:34:12 +03:00
Minor Changes
This commit is contained in:
parent
efbc36d61f
commit
934e2b8312
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ type SmtpMail struct {
|
|||
}
|
||||
|
||||
func authType(authType string) mail.AuthType {
|
||||
switch authType {
|
||||
switch strings.ToUpper(authType) {
|
||||
case "PLAIN":
|
||||
return mail.AuthPlain
|
||||
case "LOGIN":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue