postmark

package
v0.28.5 Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PostmarkClient

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

func NewPostmarkClient

func NewPostmarkClient(serverKey, fromEmail, fromName, supportEmail string) *PostmarkClient

NewPostmarkClient creates a new client which sends emails through Postmark

func (*PostmarkClient) IsValid added in v0.25.0

func (s *PostmarkClient) IsValid() bool

func (*PostmarkClient) SendTenantInviteEmail

func (c *PostmarkClient) SendTenantInviteEmail(ctx context.Context, to string, data email.TenantInviteEmailData) error

func (*PostmarkClient) SendWorkflowRunFailedAlerts added in v0.25.0

func (c *PostmarkClient) SendWorkflowRunFailedAlerts(ctx context.Context, emails []string, data email.WorkflowRunsFailedEmailData) error

type VerifyEmailData

type VerifyEmailData struct {
	ActionURL string `json:"link" mapstructure:"action_url"`
}

Jump to

Keyboard shortcuts

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