Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMTP ¶
type SMTP struct {
Host string `json:"host"`
Port int `json:"port"`
Password string `json:"password"`
Username string `json:"username"`
From string `json:"from"`
SkipVerify bool `json:"skip_verify"`
}
SMTP is the set of SMTP credentials from the environment variables
func (SMTP) Decrypted ¶
func (f SMTP) Decrypted(passphrase *validate.Passphrase) (SMTP, error)
Decrypted returns a decrypted object.
Click to show internal directories.
Click to hide internal directories.