Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailContent ¶
type SendgridService ¶
type SendgridService struct { Client *sendgrid.Client EmailFrom string Host string Frontend string }
func NewMailService ¶
func NewMailService(c *utils.Config) SendgridService
func (*SendgridService) SendEmailForInvite ¶
func (*SendgridService) SendEmailForVerified ¶
func (s *SendgridService) SendEmailForVerified(toEmail string, verifyString string) error
Click to show internal directories.
Click to hide internal directories.