smtp

package
v0.0.0-...-3760dc4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RootCmd = &cobra.Command{
		Use:     "smtp",
		Aliases: []string{},
		Short:   "Send mail from the CLI using SMTP",
		Long:    `Send mail from the CLI using SMTP`,
	}
)

Functions

This section is empty.

Types

type Config

type Config struct {
	Server smtp.Server   `yaml:"server"`
	Mail   smtp.Envelope `yaml:"mail"`
	DKIM   smtp.DKIM     `yaml:"dkim"`
}

Jump to

Keyboard shortcuts

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