Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SMTPHost string `json:"smtp_host"` SMTPPort string `json:"smtp_port"` DefaultFrom string `json:"default_from"` DefaultTo string `json:"default_to"` MaxBodySize int64 `json:"max_body_size"` AllowedHosts []string `json:"allowed_hosts"` }
Config holds the mail server configuration
Click to show internal directories.
Click to hide internal directories.