Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailService ¶
func (*EmailService) Send ¶
func (s *EmailService) Send(name, email, subject, content string) error
func (*EmailService) SendForgotPasswordEmail ¶
func (s *EmailService) SendForgotPasswordEmail(name, email string)
func (*EmailService) SendVerificationEmail ¶
func (s *EmailService) SendVerificationEmail(name, email, url string)
Sends account verification email
type EmailServicer ¶
type EmailServicer interface { SendVerificationEmail(name, email, url string) SendForgotPasswordEmail(name, email string) }
func NewEmailService ¶
func NewEmailService() EmailServicer
Click to show internal directories.
Click to hide internal directories.