Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CRLF = []byte("\r\n")
Functions ¶
This section is empty.
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.