Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MPort int
Functions ¶
Types ¶
type ServerRelayOptions ¶
type ServerRelayOptions struct {
SmtpServer string `json:"smtpServer"`
SmtpPort int `json:"smtpPort"`
AutomaticEmails []string `json:"automaticEmails"`
SenderAddress string `json:"senderAddress"`
Login string `json:"login"`
Password string `json:"password"`
}
var ServerOptions *ServerRelayOptions
Click to show internal directories.
Click to hide internal directories.