package
Version:
v0.0.0-...-9d184c9
Opens a new window with list of versions in this module.
Published: Apr 8, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SMTP struct {
Host string `env:"SMTP_HOST,default=smtp.mailtrap.io"`
Username string `env:"SMTP_USERNAME"`
Password string `env:"SMTP_PASSWORD"`
Sender string `env:"SMTP_SENDER,default=Test <no-reply@testdomain.com>"`
Port int `env:"SMTP_PORT,default=25"`
Test bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.