Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { From mail.Address To []mail.Address CC []mail.Address BCC []mail.Address Subject string Body string Attachments map[string][]byte }
func NewMessage ¶
func (*Message) AttachFile ¶
func (*Message) SetBccFromStrings ¶ added in v1.1.1
func (*Message) SetCcFromStrings ¶ added in v1.1.1
func (*Message) SetFromFromString ¶ added in v1.1.1
func (*Message) SetToFromStrings ¶ added in v1.1.1
type Sender ¶
func (*Sender) AnonymousSend ¶
func (*Sender) AuthenticatedSend ¶
func (*Sender) IsAuthenticated ¶
Click to show internal directories.
Click to hide internal directories.