Uses of Class
mireka.smtp.SendException
-
Packages that use SendException Package Description mireka.smtp.client 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.dns Provides classes for querying mail related DNS records.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, queuingTransmitterimplementation. -
-
Uses of SendException in mireka.smtp.client
Methods in mireka.smtp.client that throw SendException Modifier and Type Method Description SmtpClientBackendServer. createClient() -
Uses of SendException in mireka.transmission.immediate
Subclasses of SendException in mireka.transmission.immediate Modifier and Type Class Description classRemoteMtaErrorResponseExceptionThrown to indicate that the remote MTA returned an error message.Fields in mireka.transmission.immediate declared as SendException Modifier and Type Field Description SendExceptionRecipientRejection. sendExceptionMethods in mireka.transmission.immediate that throw SendException Modifier and Type Method Description voidDirectImmediateSender. send(Mail mail)Transmits mail to a single domain.voidImmediateSender. send(Mail mail)Synchronously transmits mail to a single domain.voidIndirectImmediateSender. send(Mail mail)Transmits mail to a smart host. -
Uses of SendException in mireka.transmission.immediate.dns
Subclasses of SendException in mireka.transmission.immediate.dns Modifier and Type Class Description classMxLookupExceptionMethods in mireka.transmission.immediate.dns that throw SendException Modifier and Type Method Description java.net.InetAddress[]AddressLookup. queryAddresses(org.xbill.DNS.Name name) -
Uses of SendException in mireka.transmission.immediate.host
Methods in mireka.transmission.immediate.host that throw SendException Modifier and Type Method Description voidMailToHostTransmitter. transmit(Mail mail, SmtpClient client)Delivers the mail to the SMTP server running on the specified host. -
Uses of SendException in mireka.transmission.queuing
Methods in mireka.transmission.queuing with parameters of type SendException Modifier and Type Method Description voidRetryPolicy. actOnEntireMailFailure(Mail mail, SendException exception)
-