package
module
Version:
v0.0.0-...-9d579f3
Opens a new window with list of versions in this module.
Published: Sep 8, 2015
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MailerData struct {
From string
To string
Data interface{}
}
type MailerRC struct {
Sender string `flag:"mailer-sender" description:"SMTP Sender"`
Password string `flag:"mailer-password" description:"SMTP Password"`
Host string `flag:"mailer-server" description:"SMTP Server"`
Port int `flag:"mailer-port" description:"SMTP Port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.