Interface OutgoingMailServer

All Superinterfaces:
WithId

public interface OutgoingMailServer extends WithId
  • Method Details

    • getName

      String getName()
    • getDescription

      String getDescription()
    • getFromEmail

      String getFromEmail()
    • getSubjectPrefix

      String getSubjectPrefix()
    • getHost

      String getHost()
    • getPort

      Integer getPort()
    • getTimeout

      Integer getTimeout()
    • getEncryption

      MailEncryption getEncryption()
    • getDisableCertVerification

      boolean getDisableCertVerification()
    • getUsername

      String getUsername()
    • getPassword

      String getPassword()
    • setName

      void setName(String name)
    • setDescription

      void setDescription(String description)
    • setFromEmail

      void setFromEmail(String fromEmail)
    • setSubjectPrefix

      void setSubjectPrefix(String subjectPrefix)
    • setHost

      void setHost(String host)
    • setPort

      void setPort(Integer port)
    • setTimeout

      void setTimeout(Integer timeout)
    • setEncryption

      void setEncryption(MailEncryption encryption)
    • setDisableCertVerification

      void setDisableCertVerification(Boolean disableCertVerification)
    • setUsername

      void setUsername(String username)
    • setPassword

      void setPassword(String password)