Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultSMTPHost = "localhost:25"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { From string `toml:"from"` To []string `toml:"to"` SMTP SMTPConfig `toml:"smtp"` }
type SMTPConfig ¶
type Sender ¶
type Sender struct {
// contains filtered or unexported fields
}
Basic implementation of outbound PKS synchronization
Click to show internal directories.
Click to hide internal directories.