Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrSMTPInvalidConfig = errors.New("invalid smtp configuration") ErrSMTPConnectionFailed = errors.New("connection to smtp server failed") ErrSendMessageFailed = errors.New("could not send message") )
View Source
var (
ErrSendFail = errors.New("could not send message")
)
Functions ¶
This section is empty.
Types ¶
type SSLSMTP ¶
type SSLSMTP struct {
// contains filtered or unexported fields
}
func NewSSLSMTP ¶
func NewSSLSMTP(config *SSLSMTPConfig) *SSLSMTP
Click to show internal directories.
Click to hide internal directories.