Documentation ¶
Index ¶
- type Driver
- type Message
- func (m *Message) Bcc() []string
- func (m *Message) Body() string
- func (m *Message) Cc() []string
- func (m *Message) From() string
- func (m *Message) SetBcc(bcc []string)
- func (m *Message) SetBody(body string)
- func (m *Message) SetCc(cc []string)
- func (m *Message) SetFrom(from string)
- func (m *Message) SetSubject(subject string)
- func (m *Message) SetTo(to []string)
- func (m *Message) Subject() string
- func (m *Message) To() []string
- type Messager
- type Notifier
- type Notify
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
func (*Message) SetSubject ¶
Click to show internal directories.
Click to hide internal directories.