Skip to content

Commit

Permalink
fix(notification/backend/email): Update Email to Username in config s…
Browse files Browse the repository at this point in the history
…truct
  • Loading branch information
ondrejsika committed Jan 28, 2023
1 parent 3b31d83 commit 64f8390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification/backend/email/email.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
type EmailBackend struct {
SmtpHost string `yaml:"SmtpHost"`
SmtpPort string `yaml:"SmtpPort"`
Email string `yaml:"Email"`
Username string `yaml:"Username"`
Password string `yaml:"Password"`
From string `yaml:"From"`
}
Expand Down

0 comments on commit 64f8390

Please sign in to comment.