Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { To []string From string CC []string BCC []string Subject string BodyContentType string // text/plain, text/html Body string Attachments []MessageAttachment }
func (*Message) AttachFile ¶
func (*Message) AttachFileBytes ¶
type MessageAttachment ¶
Click to show internal directories.
Click to hide internal directories.