Class ClientFactory


  • public class ClientFactory
    extends Object
    ClientFactory creates SmtpClient instances based on the configured parameters.
    • Constructor Detail

      • ClientFactory

        public ClientFactory()
    • Method Detail

      • getHelo

        public String getHelo()
        Category:
        GETSET
      • setHelo

        public void setHelo​(String helo)
        Category:
        GETSET
      • getBind

        public String getBind()
        Category:
        GETSET
      • setBind

        public void setBind​(String bind)
        Category:
        GETSET