Class MailServerSmtpBean

java.lang.Object
de.aservo.confapi.commons.model.AbstractMailServerProtocolBean
de.aservo.confapi.commons.model.MailServerSmtpBean

public class MailServerSmtpBean extends AbstractMailServerProtocolBean
  • Field Details

  • Constructor Details

    • MailServerSmtpBean

      public MailServerSmtpBean(String adminContact, String from, String prefix, String host)
      Constructor for MailServerSmtpBean used in crowd-confapi-plugin.
      Parameters:
      adminContact - the admin contact email address
      from - the server from email address
      prefix - the subject prefix
      host - the SMTP host
  • Method Details

    • getUseTls

      public boolean getUseTls()