package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Nov 19, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MailSender struct {
Host string `validate:"required,hostname"`
Port string `validate:"required"`
Username string `validate:"required,email"`
Password string `validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.