package
Version:
v0.0.0-...-bd3593b
Opens a new window with list of versions in this module.
Published: Jun 9, 2015
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (e *Email) ConfigStruct() interface{}
type EmailConfig struct {
Sender string `json:"source_email"`
Recipients []string `json:"dest_emails"`
Host string `json:"host"`
User string `json:"user"`
Password string `json:"password"`
Port int `json:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.