Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@ivy ivy released this 10 Nov 20:56
· 2 commits to v2 since this release
v2.3.0
1e414dc

Added

  • #12: Adds SendError to provide additional info about the cause and index of
    a failed attempt to transmit a batch of messages.
  • go-gomail#78: Adds new Message methods for attaching and embedding
    io.Readers: AttachReader and EmbedReader.
  • #39: Adds support for Go modules (Go 1.11+).

Fixed

  • #26: Fixes RFC 1341 compliance by properly capitalizing the
    MIME-Version header.
  • #30: Fixes IO errors being silently dropped in Message.WriteTo.