Documentation
¶
Index ¶
Constants ¶
View Source
const TemplateFormat = "html"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailService ¶
type EmailService interface { SendResetPasswordEmail(recipientEmail, url, name, expiry string) error SendVerificationEmail(recipientEmail, url string, token string) error }
func NewEmailDevelopmentService ¶
func NewEmailDevelopmentService() EmailService
func NewEmailService ¶
func NewEmailService(configs *config.Email, templatesPath string) EmailService
Click to show internal directories.
Click to hide internal directories.