Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SmtpSender ¶
type SmtpSender struct {
// contains filtered or unexported fields
}
func NewSmtpSender ¶
func NewSmtpSender(host, port, username, password, from string) *SmtpSender
func (*SmtpSender) SendResetPasswordEmail ¶
func (s *SmtpSender) SendResetPasswordEmail(toEmail, resetToken string) error
Click to show internal directories.
Click to hide internal directories.