Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
App is a package general type
type Flags ¶
type Flags struct { Port int `long:"smtp_port" default:"25" description:"SMTP server port"` Host string `long:"smtp_host" default:"localhost" description:"SMTP server host"` NoTLS bool `long:"smtp_notls" description:"Disable TLS cert checking"` Login string `long:"smtp_login" description:"SMTP sender login"` Pass string `long:"smtp_pass" description:"SMTP sender password"` Copy string `long:"smtp_copy" description:"SMTP bcopy address"` From string `long:"smtp_from" description:"SMTP sender email"` FromName string `long:"smtp_fromname" description:"SMTP sender name"` }
Flags is a package flags sample in form ready for use with github.com/jessevdk/go-flags
Click to show internal directories.
Click to hide internal directories.