mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Updating the README.md to explain the sendmail feature
This commit is contained in:
parent
82cb089a8b
commit
bf689ac4de
1 changed files with 2 additions and 1 deletions
|
@ -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] Reusing the same SMTP connection to send multiple mails
|
||||
* [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
|
||||
standard in a MUA.
|
||||
|
|
Loading…
Reference in a new issue