Documentation
¶
Overview ¶
Package taskclient provides an implementation of mailer.Client that uses the apitask package to send mail in the background.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Task ¶
type Task struct {
To string `json:"to"`
Subject string `json:"subject"`
Body string `json:"body"`
Headers map[string][]string `json:"headers"`
Typ string `json:"typ"`
// contains filtered or unexported fields
}
Task holds a mail pending delivery by the Handler.
Click to show internal directories.
Click to hide internal directories.