package
Version:
v0.0.0-...-302dbc3
Opens a new window with list of versions in this module.
Published: Aug 21, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Host string `env:"SMTP_HOST,notEmpty"`
Port int `env:"SMTP_PORT,notEmpty"`
Username string `env:"SMTP_USERNAME,notEmpty"`
Password string `env:"SMTP_PASSWORD,notEmpty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.