Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Error = errs.Class("Email message error")
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
func (*SMTPSender) SendEmail ¶
func (sender *SMTPSender) SendEmail(msg *Message) error
SendEmail sends email message to the given recipient
Click to show internal directories.
Click to hide internal directories.