Documentation ¶
Index ¶
- type HxAttachment
- type HxHeader
- type HxMail
- func (m *HxMail) AddAttachment(file HxAttachment)
- func (m *HxMail) Bcc(bcc string)
- func (m *HxMail) Cc(cc string)
- func (m *HxMail) From(from, name string)
- func (m *HxMail) ReplyTo(replyto string)
- func (m *HxMail) SendMail() error
- func (m *HxMail) Subject(subject string)
- func (m *HxMail) To(to string)
- type HxMailSender
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HxAttachment ¶
type HxAttachment struct { }
type HxMail ¶
type HxMail struct {
// contains filtered or unexported fields
}
func (*HxMail) AddAttachment ¶
func (m *HxMail) AddAttachment(file HxAttachment)
type HxMailSender ¶
type HxMailSender struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.