Class TransmitterDestination

  • All Implemented Interfaces:
    Destination, MailDestination, ResponsibleDestination

    public class TransmitterDestination
    extends Object
    implements MailDestination
    The TransmitterDestination marks a recipient for which the mail must be transmitted asynchronously to a remote MTA as specified by the remote part of the address. Usually the remote part is a domain name, and the MTA must be find by looking up the DNS MX record of that domain. The transmitter can also be configured to be a null client, which relays all mail through another MTA, the so called smart client.
    • Constructor Detail

      • TransmitterDestination

        public TransmitterDestination()
    • Method Detail

      • setTransmitter

        @Inject
        public void setTransmitter​(Transmitter transmitter)
        Category:
        GETSET
      • getTransmitter

        public Transmitter getTransmitter()
        Category:
        GETSET
      • toString

        public String toString()
        Description copied from interface: ResponsibleDestination
        Returns a string representation of the destination suitable for logging purposes. Usually it should contain enough information to show the difference between non-equal destinations.
        Specified by:
        toString in interface ResponsibleDestination
        Overrides:
        toString in class Object