From afa847d5df5a35eaf739772538770d74cbe7748e Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 9 Jun 2022 10:24:57 +0200 Subject: [PATCH] Update README.md Added a support note for #18 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8d8f60f..d7718ba1 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Some of the features of this library: * [X] Support sending mails via a local sendmail command * [X] Message object satisfies `io.WriteTo` and `io.Reader` interfaces * [X] Support for Go's `html/template` and `text/template` (as message body, alternative part or attachment/emebed) +* [X] Output to file support which allows storing mail messages as e. g. `.eml` files to disk to open them in a MUA go-mail works like a programatic email client and provides lots of methods and functionalities you would consider standard in a MUA.