The highest tagged major version is
v2.
package
Version:
v1.9.1
Opens a new window with list of versions in this module.
Published: May 20, 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.