Class SendmailHost

  • All Implemented Interfaces:
    Serializable

    public class SendmailHost
    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

      • SendmailHost

        public SendmailHost()
      • SendmailHost

        public SendmailHost​(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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object