email

package
v2.6.20 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(conf Config) (*Client, error)

func (*Client) ConfirmAddress

func (c *Client) ConfirmAddress(ctx context.Context, id, username, email, url, secret string) error

ConfirmAddress sends a confirmation link to a recipient.

func (*Client) InviteAddress

func (c *Client) InviteAddress(ctx context.Context, id, org, from, to, url, token string) error

InviteAddress sends a confirmation link to a recipient.

type Config added in v2.2.1

type Config struct {
	ConfirmTmpl string
	InviteTmpl  string
	APIKey      string
	Debug       bool
}

Jump to

Keyboard shortcuts

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