From c8928c875cee903c6097b316d591a6e735c5142a Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 7 Jul 2022 10:58:52 +0200 Subject: [PATCH] Update README.md #29: Mention the different the embed/attach methods we support. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90bc416..81be30a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Some of the features of this library: * [X] RFC5322 compliant mail address validation * [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 +* [X] Support for attachments and inline embeds (from file system, `io.Reader` or `embed.FS`) * [X] Support for different encodings * [X] Support sending mails via a local sendmail command * [X] Message object satisfies `io.WriteTo` and `io.Reader` interfaces