Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultMailer ¶
type DefaultMailer struct {
// contains filtered or unexported fields
}
func New ¶
func New(addr string, auth smtp.Auth, options ...DefaultMailerConfigurator) *DefaultMailer
func (*DefaultMailer) String ¶
func (m *DefaultMailer) String() string
type DefaultMailerConfigurator ¶ added in v1.1.0
type DefaultMailerConfigurator func(m *DefaultMailer)
func WithStartTLS ¶ added in v1.1.0
func WithStartTLS(v bool) DefaultMailerConfigurator
func WithTLS ¶ added in v1.1.0
func WithTLS(v bool) DefaultMailerConfigurator
func WithTLSConfig ¶ added in v1.1.0
func WithTLSConfig(cfg *tls.Config) DefaultMailerConfigurator
type DummyMailer ¶
type DummyMailer struct {
Messages []Message
}
DummyMailer is an implementation of Mailer that only adds the passed message into the internal Messages field.
Click to show internal directories.
Click to hide internal directories.