Documentation
¶
Overview ¶
Package emailsender enables Abot to send email through any external service. It implements a standardized interface through which Sendgrid and more can be supported. It's up to individual drivers to add support for each of these email sending services. To both send and receive emails, use interface/email instead.
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 emailsender driver.