mail

package
v1.0.0-...-a0f063d Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Content

type Content struct {
	Subject string
	Html    string
}

type From

type From struct {
	Address string
	Name    string
}

type IMail

type IMail interface {
	Content(content Content) IMail
	From(address From) IMail
	To(addresses []string) IMail
	Cc(addresses []string) IMail
	Bcc(addresses []string) IMail
	Attach(files []string) IMail
	Send() error
	Queue(queue *Queue) error
}

type Queue

type Queue struct {
	Connection string
	Queue      string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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