Updated README.md

This commit is contained in:
Winni Neessen 2022-03-13 18:01:23 +01:00
parent 96dab9103c
commit 335ed6bf9d
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -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 my [JS-Mailer](https://github.com/wneessen/js-mailer) project. It quickly evolved into a
full-fledged mail library. full-fledged mail library.
Parts (especially the msgWriter) of this library have been ported from the [GoMail](https://github.com/go-mail/mail) Parts of this library (especially some parts of [msgwriter.go]) have been forked/ported from the
which seems to not be maintained anymore. [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.** **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 * [X] Reusing the same SMTP connection to send multiple mails
* [ ] Support for different encodings * [ ] Support for different encodings
* [ ] Support for attachments * [ ] Support for attachments
* [ ] Go template support
## Examples ## Examples
The packageis shipped with example code. Check it out on the packages The packageis shipped with example code. Check it out on the packages