Documentation ¶
Overview ¶
Package email enables interaction with arbitrary email providers. It implements a standardized interface through which Mailgun and more may be supported. It's up to individual drivers to add support for each of these services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
Conn is a connection to a specific email driver.
func Open ¶
func Open(driverName string, r *httprouter.Router) (*Conn, error)
Open a connection to a registered driver.
Click to show internal directories.
Click to hide internal directories.