Add EML file support to go-mail in README

The README has been updated to show that go-mail now supports outputting a message as an EML file and parsing an EML file into a go-mail message. This addition enhances the flexibility and control over the email content and format.
This commit is contained in:
Winni Neessen 2024-06-28 13:51:49 +02:00
parent 8924e426d6
commit 2fa52e5341
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -57,6 +57,7 @@ Some of the features of this library:
* [X] Debug logging of SMTP traffic * [X] Debug logging of SMTP traffic
* [X] Custom error types for delivery errors * [X] Custom error types for delivery errors
* [X] Custom dial-context functions for more control over the connection (proxing, DNS hooking, etc.) * [X] Custom dial-context functions for more control over the connection (proxing, DNS hooking, etc.)
* [X] Output a go-mail message as EML file and parse EML file into a go-mail message
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.