Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EmailHandler ¶
type EmailHandler struct {
// Paths of CID files to be embedded, relative to the CIDFolder
// so in principle, should always be just the filename
CIDRelPaths []string
CIDFolder string
// contains filtered or unexported fields
}
EmailHandler is the notification handler for emails.
func (*EmailHandler) Send ¶
func (e *EmailHandler) Send(sender, recipient, subject, body string) error
SendEmail, obviously, sends an email. CIDPaths are files that are to be embedded in the email. They can be referenced in the body using e.g. `<img src="cid:file.png">` Note that paths specified here must be relative to the asset directory!
Click to show internal directories.
Click to hide internal directories.