fleetmail

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2023 License: MIT Imports: 4 Imported by: 0

README

GoDoc

fleetmail

Helper to send emails using stuff like gomail more easily.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sender

type Sender interface {
	Send(from string, to []string, msg io.WriterTo) error
}
var Rest Sender = restSender{}
var Sendmail Sender = SendmailSender("/usr/sbin/sendmail")

type SendmailSender

type SendmailSender string

func (SendmailSender) Send

func (s SendmailSender) Send(from string, to []string, msg io.WriterTo) error

Jump to

Keyboard shortcuts

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