Documentation
¶
Overview ¶
Package email
Package email
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.1.1
type Config struct { Addr string `json:"addr" mapstructure:"addr" yaml:"addr"` Port string `json:"port" mapstructure:"port" yaml:"port"` Username string `json:"username" mapstructure:"username" yaml:"username"` Password string `json:"password" mapstructure:"password" yaml:"password"` PoolCount int `json:"pool_count" mapstructure:"pool_count" yaml:"pool_count"` }
Click to show internal directories.
Click to hide internal directories.