From a45579cb685405abfdc01eac9a05413491c0128b Mon Sep 17 00:00:00 2001 From: Alexandre Cesaro Date: Wed, 2 Sep 2015 18:37:43 +0200 Subject: [PATCH] Made it clearer that Gomail is not an SMTP server --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18cb881..623c4e2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ Gomail is a simple and efficient package to send emails. It is well tested and documented. +Gomail can only send emails using an SMTP server. But the API is flexible and it +is easy to implement other methods for sending emails using a local Postfix, an +API, etc. + It is versioned using [gopkg.in](https://gopkg.in) so I promise they will never be backward incompatible changes within each version. @@ -21,7 +25,6 @@ Gomail supports: - Automatic encoding of special characters - SSL and TLS - Sending multiple emails with the same SMTP connection -- Any method to send emails: SMTP, postfix (not included but easily doable), etc ## Documentation