Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Error = errs.Class("Email message")
Error is the default message errs class.
Functions ¶
This section is empty.
Types ¶
type LoginAuth ¶
LoginAuth implements LOGIN authentication mechanism.
type Message ¶
type Message struct { From Address To []Address Subject string ID string Date time.Time ReceiptTo []string PlainText string Parts []Part }
Message is RFC compliant email message.
type SMTPSender ¶
SMTPSender is smtp sender.
func (*SMTPSender) FromAddress ¶
func (sender *SMTPSender) FromAddress() Address
FromAddress implements satellite/mail.SMTPSender.
Click to show internal directories.
Click to hide internal directories.