Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrEmptySender = errors.New("Empty Sender") ErrEmptyRecipients = errors.New("Empty Recipients") ErrEmptySubject = errors.New("Empty Subject") ErrEmptyContent = errors.New("Empty Content") )
View Source
var CRLF = []byte("\r\n")
Functions ¶
Types ¶
type AddressList ¶
func (AddressList) List ¶
func (list AddressList) List() []string
func (AddressList) String ¶
func (list AddressList) String() string
type Mail ¶
type Mail struct { Subject string PlainText []byte Html []byte Attachments []*Attachment }
type OTOSendError ¶
type OTOSendError struct {
Errors []*SendError
}
func (*OTOSendError) Error ¶
func (err *OTOSendError) Error() string
Click to show internal directories.
Click to hide internal directories.