Package | Description |
---|---|
mireka.transmission.immediate |
Provides the API and implementation for services which make a one-time
attempt to synchronously transmit a mail to a remote system, either
directly, or via a smart host.
|
mireka.transmission.queuing |
Provides a reliable, queuing
Transmitter
implementation. |
Modifier and Type | Class and Description |
---|---|
class |
DirectImmediateSender
DirectImmediateSender synchronously sends a mail directly to an SMTP server
of a single remote domain, which may include attempting delivery to more than
one MX hosts of the domain until a working one is found.
|
class |
IndirectImmediateSender
IndirectImmediateSender synchronously sends all mails through other SMTP
servers specified in the configuration, typically to a smarthost, instead of
sending the mail directly to the SMTP servers of the recipients.
|
Modifier and Type | Method and Description |
---|---|
void |
QueuingTransmitter.setImmediateSender(ImmediateSender immediateSender) |