Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SendResetError = &mail.SendError{ Reason: mail.ErrSMTPReset, }
Functions ¶
func SendPasswordResetEmail ¶
Types ¶
type StmpConfig ¶
func GetSystemStmp ¶
func GetSystemStmp() (*StmpConfig, error)
func (*StmpConfig) Render ¶
func (s *StmpConfig) Render(to, subject, content string) error
func (*StmpConfig) Send ¶
func (s *StmpConfig) Send(to, subject, body string) error
Click to show internal directories.
Click to hide internal directories.