mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 11:20:27 -06:00
s/smpt/SMTP
This commit is contained in:
parent
c9d4654592
commit
7dc6b69c8b
@ -48,7 +48,7 @@ func Init() error {
|
||||
}
|
||||
|
||||
if !util.IsEmail(setting.Smtp.FromAddress) {
|
||||
return errors.New("Invalid email address for smpt from_address config")
|
||||
return errors.New("Invalid email address for SMTP from_address config")
|
||||
}
|
||||
|
||||
if setting.EmailCodeValidMinutes == 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user