Updating the README.md to explain the sendmail feature

This commit is contained in:
Winni Neessen 2022-05-24 16:33:41 +02:00
parent 82cb089a8b
commit bf689ac4de
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -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] 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] Reusing the same SMTP connection to send multiple mails
* [X] Support for attachments and inline embeds * [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 go-mail works like a programatic email client and provides lots of methods and functionalities you would consider
standard in a MUA. standard in a MUA.