fix typo
This commit is contained in:
parent
3f5a1cd915
commit
bd2237d717
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ func (m *msa) newSession(from string, incoming bool) *msasession {
|
||||||
|
|
||||||
func (m *msa) Login(state *smtp.ConnectionState, username, password string) (smtp.Session, error) {
|
func (m *msa) Login(state *smtp.ConnectionState, username, password string) (smtp.Session, error) {
|
||||||
if !utils.AddressValid(username) {
|
if !utils.AddressValid(username) {
|
||||||
return nil, errors.New("please, provide email address")
|
return nil, errors.New("please, provide an email address")
|
||||||
}
|
}
|
||||||
|
|
||||||
mailbox := utils.Mailbox(username)
|
mailbox := utils.Mailbox(username)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue