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.dns |
Provides classes for querying mail related DNS records.
|
Class and Description |
---|
AddressLookup
The AddressLookup class queries the IP address of an MTA or domain by
querying the A and AAAA records assigned to the domain name of the MTA.
|
MxLookup
The MxLookup class determines the MTA servers responsible from a domain by
querying the MX records from the DNS system.
|
Class and Description |
---|
MxLookupException |