Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailSender ¶
type EmailSender struct { Server string `json:"server"` Port int `json:"port"` From string `json:"from"` Password string `json:"password"` // contains filtered or unexported fields }
func New ¶
func New(parameters json.RawMessage) *EmailSender
func (*EmailSender) Destinations ¶
func (es *EmailSender) Destinations() (map[string]string, error)
Click to show internal directories.
Click to hide internal directories.