Removed obsolete text in README.md
This commit is contained in:
parent
867c4d1580
commit
0002611a09
10
README.md
10
README.md
|
@ -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.
|
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
|
## Contact
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue