Documentation
¶
Index ¶
- type Mail
- func (m *Mail) Send(recv, subj, contentType, body string) error
- func (m *Mail) SendPlainText(address, subject, text string) *perror.PlutoError
- func (m *Mail) SendRegisterVerify(userID uint, address string, baseURL string, language string) *perror.PlutoError
- func (m *Mail) SendResetPassword(address string, baseURL string, language string) *perror.PlutoError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mail ¶
type Mail struct {
// contains filtered or unexported fields
}
func (*Mail) SendPlainText ¶ added in v0.4.0
func (m *Mail) SendPlainText(address, subject, text string) *perror.PlutoError
func (*Mail) SendRegisterVerify ¶
func (*Mail) SendResetPassword ¶
Click to show internal directories.
Click to hide internal directories.