Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Agent ¶ added in v0.23.1
type Agent struct {
// contains filtered or unexported fields
}
Agent for mailing
func (*Agent) Send ¶ added in v0.23.1
func (a *Agent) Send(To []string, From, Subject, TemplateName string, TemplateData map[string]any) error
Send sends an e-mail message comprised of the Agent's base template and the template idenitifed by `TemplateName`, which must be the filename of the subtemplate, without an extension.
Click to show internal directories.
Click to hide internal directories.