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.immediate.host |
Provides a class which makes a one time attempt to transmit a mail to a
specific SMTP host.
|
mireka.transmission.queuing |
Provides a reliable, queuing
Transmitter
implementation. |
Modifier and Type | Method and Description |
---|---|
void |
DirectImmediateSender.send(Mail mail)
Transmits mail to a single domain.
|
void |
ImmediateSender.send(Mail mail)
Synchronously transmits mail to a single domain.
|
void |
IndirectImmediateSender.send(Mail mail)
Transmits mail to a smart host.
|
Modifier and Type | Method and Description |
---|---|
void |
MailToHostTransmitter.transmit(Mail mail,
SmtpClient client)
Delivers the mail to the SMTP server running on the specified host.
|
Modifier and Type | Method and Description |
---|---|
void |
RetryPolicy.actOnRecipientsWereRejected(Mail mail,
RecipientsWereRejectedException exception) |