Clean old LDAP code

This commit is contained in:
Unknown 2014-05-15 23:03:26 -04:00
parent 4744996f9a
commit be82716b66
5 changed files with 14 additions and 46 deletions

View file

@ -312,7 +312,7 @@ func SmtpAuth(host string, port int, a smtp.Auth, useTls bool) error {
return err
}
} else {
return errors.New("SMTP server unsupported TLS")
return errors.New("SMTP server unsupports TLS")
}
}