Added support for sending with relay hosts
This commit is contained in:
@@ -41,6 +41,8 @@ type Config struct {
|
||||
|
||||
// Monitoring config
|
||||
Monitoring Monitoring
|
||||
|
||||
Relay Relay
|
||||
}
|
||||
|
||||
// DB config
|
||||
@@ -72,3 +74,11 @@ type Mailboxes struct {
|
||||
Reserved []string
|
||||
Activation string
|
||||
}
|
||||
|
||||
// Relay config
|
||||
type Relay struct {
|
||||
Host string
|
||||
Port string
|
||||
Username string
|
||||
Password string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user