email

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TestMode bool

Functions

This section is empty.

Types

type Email

type Email struct {
	From    string
	To      []string
	Subject string
	Body    string
}

type EmailSender

type EmailSender interface {
	Send(e *Email) error
}

func NewSparkPostEmailSender

func NewSparkPostEmailSender(apiKey, defaultEmailFrom string) (EmailSender, error)

Jump to

Keyboard shortcuts

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