Skip to content

Commit

Permalink
Merge pull request #9 from wneessen/readme_update
Browse files Browse the repository at this point in the history
Updating the README.md to explain the sendmail feature
  • Loading branch information
wneessen authored May 27, 2022
2 parents eed1eee + bf689ac commit 570b7bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 570b7bc

Please sign in to comment.