Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
type Sender interface {
HealthCheck() bool
SendPlainMessage(subject string, content string, to string, attachments ...string) error
SendPlainMessages(subject string, content string, to []string, attachments ...string) error
SendHtmlMessage(subject string, content string, to string, attachments ...string) error
SendHtmlMessages(subject string, content string, to []string, attachments ...string) error
}
func MustNewSender ¶
Click to show internal directories.
Click to hide internal directories.