package
Version:
v0.6.23
Opens a new window with list of versions in this module.
Published: Dec 3, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package smtp announces releases via SMTP.
type Config struct {
Host string `env:"SMTP_HOST"`
Port int `env:"SMTP_PORT"`
Username string `env:"SMTP_USERNAME"`
Password string `env:"SMTP_PASSWORD,notEmpty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.