Documentation
¶
Overview ¶
Package mail provides Soro messages, templates, transports, and queued delivery.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptureTransport ¶
type CaptureTransport struct {
// contains filtered or unexported fields
}
func NewCaptureTransport ¶
func NewCaptureTransport() *CaptureTransport
func (*CaptureTransport) Messages ¶
func (transport *CaptureTransport) Messages() []*Message
func (*CaptureTransport) Name ¶
func (transport *CaptureTransport) Name() string
func (*CaptureTransport) Reset ¶
func (transport *CaptureTransport) Reset()
type ConsoleTransport ¶
func (*ConsoleTransport) Name ¶
func (transport *ConsoleTransport) Name() string
type Message ¶
type SMTPConfig ¶
type SMTPTransport ¶
type SMTPTransport struct {
// contains filtered or unexported fields
}
func NewSMTPTransport ¶
func NewSMTPTransport(config SMTPConfig) (*SMTPTransport, error)
func (*SMTPTransport) Name ¶
func (transport *SMTPTransport) Name() string
type Templates ¶
type Templates struct {
// contains filtered or unexported fields
}
func ParseTemplates ¶
Click to show internal directories.
Click to hide internal directories.