Documentation ¶
Index ¶
Constants ¶
View Source
const ( MIME = "MIME-version: 1.0;\nContent-Type: text/html; charset=\"UTF-8\";\n\n" ResetPasswordTmpl = "reset_password.html" EmailVerificationTmpl = "email_verification.html" ResetPasswordSubject = "Reset Password" EmailVerificationSubject = "Verify Email" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMTP ¶
type SMTP struct {
// contains filtered or unexported fields
}
func NewMailerSMTP ¶
func (*SMTP) SendResetPassword ¶
Click to show internal directories.
Click to hide internal directories.