This release adds support for embedding/attaching files directly from embed.FS. We've added two new methods:
Msg.EmbedFromEmbedFS()which will allow you to embed a file from a givenembed.FSdirectly into the mail messageMsg.AttachFromEmbedFS()which will allow you to attach a file from a givenembed.FSdirectly into the mail message
Noteworthy changes
- #29 implements the embed.FS changes