mail

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Email

type Email struct {
	FromEmailAddress string
	FromName         string
	Subject          string
	ToEmailAddress   string
	ToName           string
	PlainText        string
	HtmlText         string
}

type Mailer

type Mailer interface {
	SendEmail(ctx context.Context, email Email) error
}

func NewSendgridMailer

func NewSendgridMailer(apiKey string) Mailer

type SendgridMailer

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

func (SendgridMailer) SendEmail

func (s SendgridMailer) SendEmail(ctx context.Context, email Email) error

Jump to

Keyboard shortcuts

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