wneessen / go-mail

📧 Easy to use, yet comprehensive library for sending mails with Go
https://go-mail.dev
MIT License
680 stars 48 forks source link

Msg.Read() to satisfy io.Reader #12

Closed wneessen closed 2 years ago

wneessen commented 2 years ago

This PR adds a Msg.Read() method which satisfies the io.Reader interface

Closes #11