Documentation ¶
Index ¶
- type SendgridClient
- func (client *SendgridClient) SendEmailVerification(url, email string) error
- func (client *SendgridClient) SendGHPWEmail(url, email string) error
- func (client *SendgridClient) SendPWResetEmail(url, email string) error
- func (client *SendgridClient) SendProjectInviteEmail(url, project, projectOwnerEmail, email string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendgridClient ¶
type SendgridClient struct { APIKey string PWResetTemplateID string PWGHTemplateID string VerifyEmailTemplateID string ProjectInviteTemplateID string SenderEmail string }
func (*SendgridClient) SendEmailVerification ¶
func (client *SendgridClient) SendEmailVerification(url, email string) error
func (*SendgridClient) SendGHPWEmail ¶
func (client *SendgridClient) SendGHPWEmail(url, email string) error
func (*SendgridClient) SendPWResetEmail ¶
func (client *SendgridClient) SendPWResetEmail(url, email string) error
func (*SendgridClient) SendProjectInviteEmail ¶
func (client *SendgridClient) SendProjectInviteEmail(url, project, projectOwnerEmail, email string) error
Click to show internal directories.
Click to hide internal directories.