We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19398cc commit 4175bc8Copy full SHA for 4175bc8
coderd/notifications/dispatch/smtp.go
@@ -34,9 +34,9 @@ import (
34
)
35
36
var (
37
- ValidationNoFromAddressErr = xerrors.New("no 'from' address defined")
38
- ValidationNoToAddressErr = xerrors.New("no 'to' address(es) defined")
39
- ValidationNoSmarthostErr = xerrors.New("no 'smarthost' defined")
+ ValidationNoFromAddressErr = xerrors.New("'from' address not defined")
+ ValidationNoToAddressErr = xerrors.New("'to' address(es) not defined")
+ ValidationNoSmarthostErr = xerrors.New("'smarthost' not defined")
40
ValidationNoHelloErr = xerrors.New("'hello' not defined")
41
42
//go:embed smtp/html.gotmpl
0 commit comments