package
1.20240719.1
Repository: https://github.com/blend/go-sdk.git
Documentation: pkg.go.dev

# Functions

ApplyMessageOptions applies options to a message and returns the mutated copy.
MergeMessages merges a given set of messages, such that messages that appear last override the options in the output message provided those fields are set.
NewMockSender creates a new mock sender.
OptBCC sets the bcc addresses for a message.
OptCC sets the cc addresses for a message.
OptFrom sets the from address for a message.
OptHTMLBody sets the html body for a message.
OptSubject sets the subject for a message.
OptTextBody sets the text body for a message.
OptTo sets the to address for a message.

# Constants

# Structs

Message is a message to send via.
SMTPPlainAuth is a auth set for smtp.
SMTPSender is a sender for emails over smtp.

# Interfaces

Sender is a generalized sender.

# Type aliases

MessageOption is a mutator for messages.