smtp

package
v0.0.0-rc8 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: Apache-2.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 Config

type Config struct {
	Host     string
	Port     int
	Username string
	Password string
	SSL      bool
	From     string
}

type Sender

type Sender interface {
	HealthCheck() bool
	SendPlainMessage(subject string, content string, to string, attachments ...string) error
	SendPlainMessages(subject string, content string, to []string, attachments ...string) error
	SendHtmlMessage(subject string, content string, to string, attachments ...string) error
	SendHtmlMessages(subject string, content string, to []string, attachments ...string) error
}

func MustNewSender

func MustNewSender(cfg *Config) Sender

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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