package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: May 20, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Port int `env:"PORT"`
SmtpPort int `env:"SMTP_PORT"`
SmtpPassword string `env:"SMTP_PWD"`
SmtpUserName string `env:"SMTP_USER"`
SmtpServer string `env:"SMTP_SERVER"`
SenderEmail string `env:"SMTP_SENDER"`
SenderIdentity string `env:"SMTP_IDENTITY"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.