Class ReadmailHost

  • All Implemented Interfaces:
    Serializable

    public class ReadmailHost
    extends Object
    implements Serializable
    Define the host and port of the sendmail server. If you don't, defaults will be used and ${ipaddr} is replaced with the IP address of the service.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReadmailHost

        public ReadmailHost()
      • ReadmailHost

        public ReadmailHost​(String host,
                            Long port)
    • Method Detail

      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getPort

        public Long getPort()
      • setPort

        public void setPort​(Long port)
      • setReadmailProtocol

        public void setReadmailProtocol​(ReadmailProtocol readmailProtocol)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object