sendgrid

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	APIKey string
	Host   string
	Email  string

	UsersResetPasswordTemplateID string
	UsersResetPasswordSubject    string
}

func (Options) MakeResetPasswordEmail

func (o Options) MakeResetPasswordEmail(userName string, email string, temporaryToken string) *mail.SGMailV3

func (Options) NewSendClient

func (o Options) NewSendClient() SendClient

type SendClient

type SendClient interface {
	Send(email *mail.SGMailV3) (*rest.Response, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL