Interface IEmailConfiguration


  • public interface IEmailConfiguration
    • Method Detail

      • isAuthenticate

        boolean isAuthenticate()
      • setAuthenticate

        void setAuthenticate​(boolean authenticate)
      • isDebug

        boolean isDebug()
      • setDebug

        void setDebug​(boolean debug)
      • getDefaultFrom

        String getDefaultFrom()
      • setDefaultFrom

        void setDefaultFrom​(String defaultFrom)
      • getFromName

        String getFromName()
      • setFromName

        void setFromName​(String fromName)
      • getSmtpHost

        String getSmtpHost()
      • setSmtpHost

        void setSmtpHost​(String smtpHost)
      • getSmtpPort

        Integer getSmtpPort()
      • setSmtpPort

        void setSmtpPort​(Integer smtpPort)
      • getSmtpProtocol

        String getSmtpProtocol()
      • setSmtpProtocol

        void setSmtpProtocol​(String smtpProtocol)
      • getUserId

        String getUserId()
      • setUserId

        void setUserId​(String userId)
      • getPassword

        String getPassword()
      • setPassword

        void setPassword​(String password)
      • isUseSsl

        boolean isUseSsl()
      • setUseSsl

        void setUseSsl​(boolean useSsl)
      • isUseStartTls

        boolean isUseStartTls()
      • setUseStartTls

        void setUseStartTls​(boolean useStartTls)
      • isSmtpQuitWait

        boolean isSmtpQuitWait()
      • setSmtpQuitWait

        void setSmtpQuitWait​(boolean smtpQuitWait)