Merge branch 'master' into feature/discord
This commit is contained in:
@@ -3,6 +3,7 @@ package models
|
||||
import "errors"
|
||||
|
||||
var ErrInvalidEmailCode = errors.New("Invalid or expired email code")
|
||||
var ErrSmtpNotEnabled = errors.New("SMTP not configured, check your grafana.ini config file's [smtp] section.")
|
||||
|
||||
type SendEmailCommand struct {
|
||||
To []string
|
||||
|
||||
Reference in New Issue
Block a user