mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-06 00:37:24 +03:00
Minor Changes (#210)
This commit is contained in:
parent
efbc36d61f
commit
0a33ab35b6
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