Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
#29: Mention the different the embed/attach methods we support.
  • Loading branch information
wneessen authored Jul 7, 2022
1 parent db2d581 commit c8928c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Some of the features of this library:
* [X] RFC5322 compliant mail address validation
* [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
* [X] Support for attachments and inline embeds (from file system, `io.Reader` or `embed.FS`)
* [X] Support for different encodings
* [X] Support sending mails via a local sendmail command
* [X] Message object satisfies `io.WriteTo` and `io.Reader` interfaces
Expand Down

0 comments on commit c8928c8

Please sign in to comment.