Documentation
¶
Index ¶
- func SendAuthorizeServiceEmail(email string, name string, website string, token string) error
- func SendConfirmationEmail(destination string, userType models.UserType, token string) error
- func SendResetPasswordEmail(destination string, token string) error
- func SendServiceApprovedEmail(email string) error
- type ConfirmServiceEmailData
- type ConfirmationEmailData
- type ResetPasswordEmailData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendAuthorizeServiceEmail ¶
Send email with link to authorize service
func SendConfirmationEmail ¶
Send email with link to verify user's email address
func SendResetPasswordEmail ¶
Send email with link to reset user's password
func SendServiceApprovedEmail ¶
Send email letting service know they are approved
Types ¶
type ConfirmServiceEmailData ¶
type ConfirmationEmailData ¶
type ResetPasswordEmailData ¶
type ResetPasswordEmailData struct {
ResetPasswordLink string
}
Click to show internal directories.
Click to hide internal directories.