From 0002611a09dbc59c3c219b57374a507b24532091 Mon Sep 17 00:00:00 2001 From: Alexandre Cesaro Date: Thu, 16 Jul 2015 19:35:58 +0200 Subject: [PATCH] Removed obsolete text in README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index a5006b1..b6f45c1 100644 --- a/README.md +++ b/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. -### 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