Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoReply = env.MustGet("NOREPLY_EMAIL")
NoReply is the default 'from' address
Functions ¶
This section is empty.
Types ¶
type NoopSender ¶
type NoopSender struct { }
NoopSender does not send e-mails
func NewNoopSender ¶ added in v0.7.0
func NewNoopSender() *NoopSender
NewNoopSender creates a new NoopSender
func (*NoopSender) Send ¶
func (s *NoopSender) Send(from, to, subject, message string) error
Send an e-mail
Click to show internal directories.
Click to hide internal directories.