Files

10 lines
137 B
Go

package emailUi
type Config struct {
Host string
Port int
Username string
Password string `cf:"+secret"`
From string
}