Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MailMessage ¶
type MailMessage struct { To []string CC []string BCC []string Subject string Body string Attachments map[string][]byte }
func NewMailMessage ¶
func (*MailMessage) MarshalBytes ¶
func (mm *MailMessage) MarshalBytes() []byte
Click to show internal directories.
Click to hide internal directories.