Documentation ¶
Index ¶
- type Config
- type Email
- func (m *Email) Send(UserName string, UserEmail string, Subject string, Body string) error
- func (m *Email) SendForgotPassword(UserName string, UserEmail string, ResetID string) error
- func (m *Email) SendPasswordReset(UserName string, UserEmail string) error
- func (m *Email) SendPasswordUpdate(UserName string, UserEmail string) error
- func (m *Email) SendWelcome(UserName string, UserEmail string, VerifyID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Email ¶
type Email struct {
// contains filtered or unexported fields
}
Email contains all the methods to send application emails
func (*Email) SendForgotPassword ¶
SendForgotPassword Sends a Forgot Password reset email to user
func (*Email) SendPasswordReset ¶
SendPasswordReset Sends a Reset Password confirmation email to user
func (*Email) SendPasswordUpdate ¶
SendPasswordUpdate Sends an Update Password confirmation email to user
Click to show internal directories.
Click to hide internal directories.