Documentation ¶
Overview ¶
Package smtp_downstream provides target.smtp module that implements transparent forwarding or messages to configured list of SMTP servers.
Like remote module, this implementation doesn't handle atomic delivery properly since it is impossible to do with SMTP protocol
Interfaces implemented: - module.DeliveryTarget
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Downstream ¶
type Downstream struct {
// contains filtered or unexported fields
}
func (*Downstream) InstanceName ¶
func (u *Downstream) InstanceName() string
func (*Downstream) Name ¶
func (u *Downstream) Name() string
Click to show internal directories.
Click to hide internal directories.