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