From 335ed6bf9da762770b0eca4679703c06bcb8742b Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sun, 13 Mar 2022 18:01:23 +0100 Subject: [PATCH] Updated README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a9cb23..42d229d 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ The main idea of this library was to provide a simple interface to sending mails my [JS-Mailer](https://github.com/wneessen/js-mailer) project. It quickly evolved into a full-fledged mail library. -Parts (especially the msgWriter) of this library have been ported from the [GoMail](https://github.com/go-mail/mail) -which seems to not be maintained anymore. +Parts of this library (especially some parts of [msgwriter.go]) have been forked/ported from the +[GoMail](https://github.com/go-mail/mail) which seems to not be maintained anymore. **This library is "WIP" an should not be considered "production ready", yet.** @@ -29,7 +29,6 @@ Some of the features of this library: * [X] Reusing the same SMTP connection to send multiple mails * [ ] Support for different encodings * [ ] Support for attachments -* [ ] Go template support ## Examples The packageis shipped with example code. Check it out on the packages