Uses of Interface
mireka.transmission.immediate.ImmediateSender
-
Packages that use ImmediateSender 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, queuingTransmitterimplementation. -
-
Uses of ImmediateSender in mireka.transmission.immediate
Classes in mireka.transmission.immediate that implement ImmediateSender Modifier and Type Class Description classDirectImmediateSenderDirectImmediateSender 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.classIndirectImmediateSenderIndirectImmediateSender 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. -
Uses of ImmediateSender in mireka.transmission.queuing
Methods in mireka.transmission.queuing with parameters of type ImmediateSender Modifier and Type Method Description voidQueuingTransmitter. setImmediateSender(ImmediateSender immediateSender)
-