mailer

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2026 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Service

func Service(appName, email, hostname string, configurators ...Configurator) host.Configurator

Service returns new acme client service.

Types

type Config

type Config struct {
	Email       string
	DNSServers  []string
	WaveServers []string
}

Config stores acme configuration.

type Configurator

type Configurator func(c *Config)

Configurator defines function setting the dns configuration.

func DNS

func DNS(dnses ...string) Configurator

DNS sets dns servers used to resolve MX records.

func Waves

func Waves(waves ...string) Configurator

Waves adds wave servers to send challenge requests to.

Jump to

Keyboard shortcuts

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