v0.2.5: embed.FS support
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.FS
directly into the mail messageMsg.AttachFromEmbedFS()
which will allow you to attach a file from a givenembed.FS
directly into the mail message
Noteworthy changes
- #29 implements the embed.FS changes