Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Email ¶
type Email interface { Send(from string, to []string, cc []string, bcc []string, subject, content string, isHtml bool) error SendAttachment(from string, to []string, cc []string, bcc []string, subject, content string, r io.Reader, filename string, contentType string) error }
func NewSmtpEmail ¶
Click to show internal directories.
Click to hide internal directories.