Documentation
¶
Index ¶
Constants ¶
View Source
const (
Separator = "\u0000"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EmailConfig ¶
type EmailConfig struct {
Username string `json:"user"`
Password string `json:"pass"`
SMTP string `json:"smtp"`
Port string `json:"port"`
Message string `json:"message"`
From string `json:"from"`
Subject string `json:"subject"`
}
func (EmailConfig) Address ¶
func (ec EmailConfig) Address() string
Click to show internal directories.
Click to hide internal directories.