From bf689ac4de57748310bb5078fba270291d1600dd Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Tue, 24 May 2022 16:33:41 +0200 Subject: [PATCH] Updating the README.md to explain the sendmail feature --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c3940b..7d60e39 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ Some of the features of this library: * [X] Support for common mail header field generation (Message-ID, Date, Bulk-Precedence, Priority, etc.) * [X] Reusing the same SMTP connection to send multiple mails * [X] Support for attachments and inline embeds -* [ ] Support for different encodings (existing but not fully tested) +* [X] Support for different encodings (existing but not fully tested) +* [X] Support sending mails via a local sendmail command go-mail works like a programatic email client and provides lots of methods and functionalities you would consider standard in a MUA.