# Functions
NewMessage returns a new Message instance.
NewProvider returns a new and initialized provider with given converters.
NewRFC5322 returns a new message converter for RFC 5322 format.
NewSparkPost returns a new SparkPost transmission converter.
# Constants
RFC5322ID is the ID for RFC5322 converter.
SparkPostID is the ID for SparkPost converter.
StubConverterID is the Stub converter ID.
# Structs
Address is a SparkPost address.
AddressItem is a SparkPost Address item.
Content is the transmission content.
Message represents an email message.
SparkPostTransmission represents a SparkPost transmission See: https://developers.sparkpost.com/api/transmissions/#transmissions-create-a-transmission.
Stub is the stub converter used for testing purposes.
# Type aliases
No description provided by the author
RecipientProvider is the common func type for To(), Cc() and Bcc().