Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestMailer ¶
type TestMailer struct {
// contains filtered or unexported fields
}
func NewTestMailer ¶
func NewTestMailer() *TestMailer
func (*TestMailer) EmailsSent ¶
func (m *TestMailer) EmailsSent() []*email.Message
type TestMailerConfig ¶ added in v0.11.0
type TestMailerConfig struct { }
func NewTestMailerConfig ¶ added in v0.11.0
func NewTestMailerConfig() *TestMailerConfig
func (*TestMailerConfig) Mailer ¶ added in v0.11.0
func (c *TestMailerConfig) Mailer() email.Mailer
Click to show internal directories.
Click to hide internal directories.