diff --git a/pkg/cli/options/smtp.go b/pkg/cli/options/smtp.go index eac3c8b44..5db29bb53 100644 --- a/pkg/cli/options/smtp.go +++ b/pkg/cli/options/smtp.go @@ -4,7 +4,7 @@ type ( SMTPOpt struct { Host string `env:"SMTP_HOST"` Port int `env:"SMTP_PORT"` - User string `env:"SMTP_USERNAM"` + User string `env:"SMTP_USER"` Pass string `env:"SMTP_PASS"` From string `env:"SMTP_FROM"` }