Documentation ¶
Overview ¶
Package smtp provides the transport implementation for SMTP.
Index ¶
Constants ¶
View Source
const (
// Provider is the provider name for SMTP transport.
Provider = "smtp"
)
Variables ¶
This section is empty.
Functions ¶
func AutowireTransport ¶
AutowireTransport autowires SMTP transport from the given configuration.
func NewTransport ¶
NewTransport initializes an SMTP transport.
func NewTransportDialer ¶
NewTransportDialer initializes an SMTP transport with a custom dialer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.