email

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Gateway

type Gateway interface {
	Send(ctx context.Context, msg *Message) error
	Test(ctx context.Context, testEmail string) error
}

type Message

type Message struct {
	From     *Recipient
	To       []*Recipient
	Subject  string
	TextPart string
	HTMLPart string
}

type Recipient

type Recipient struct {
	Name  string
	Email string
}

Jump to

Keyboard shortcuts

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