Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
contract.MessageInterface
To []mail.Address
CC []mail.Address
BCC []mail.Address
Subject string
Body string
Attachments map[string][]byte
}
func NewMessage ¶
func (*Message) AttachFile ¶
func (*Message) BodyToBytes ¶
type SMTPConfig ¶
Click to show internal directories.
Click to hide internal directories.