s/from_adress/from_address

pull/7569/head
Jacob Bednarz 8 years ago
parent 423e8686ef
commit c9d4654592
No known key found for this signature in database
GPG Key ID: 5BDAF4B30FB432FB
  1. 2
      pkg/services/notifications/notifications.go

@ -48,7 +48,7 @@ func Init() error {
}
if !util.IsEmail(setting.Smtp.FromAddress) {
return errors.New("Invalid email address for smpt from_adress config")
return errors.New("Invalid email address for smpt from_address config")
}
if setting.EmailCodeValidMinutes == 0 {

Loading…
Cancel
Save