Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message interface { To(to ...string) *message Cc(cc ...string) *message Bcc(bcc ...string) *message ReplyTo(msg string) *message ToList() []string Bytes(from mail.Address) []byte AttachBuffer(filename string, buf []byte, inline bool) error Attach(file string) error Inline(file string) error }
func NewHTMLMessage ¶
func NewMessage ¶
Click to show internal directories.
Click to hide internal directories.