Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopClient ¶ added in v0.6.5
type NoopClient struct{}
func NewNoopClient ¶ added in v0.6.5
func NewNoopClient() (*NoopClient, error)
type SMTPClient ¶ added in v0.6.5
type SMTPClient struct {
// contains filtered or unexported fields
}
type SmtpClient ¶
func NewClient ¶ added in v0.6.5
func NewClient(cfg *config.SMTPConfiguration) (SmtpClient, error)
func NewSMTP ¶ added in v0.6.5
func NewSMTP(cfg *config.SMTPConfiguration) (SmtpClient, error)
Click to show internal directories.
Click to hide internal directories.