Removed obsolete text in README.md

This commit is contained in:
Alexandre Cesaro 2015-07-16 19:35:58 +02:00
parent 867c4d1580
commit 0002611a09
1 changed files with 0 additions and 10 deletions

View File

@ -73,16 +73,6 @@ bypass the verification of the server's certificate chain and host name by using
Note, however, that this is insecure and should not be used in production.
### 504 5.7.4 Unrecognized authentication type
If you get this error, you should try using the LOGIN authentication mechanism:
addr := "smtp.example.com:587"
auth := gomail.LoginAuth("username", "password", "smtp.example.com")
mailer := gomail.NewCustomMailer(addr, auth)
See [issue #16](https://github.com/go-gomail/gomail/issues/16).
## Contact