Class SmtpConfiguration


  • @Embeddable
    public class SmtpConfiguration
    extends Object
    Contains the configurations for sending e-mails
    • Constructor Detail

      • SmtpConfiguration

        public SmtpConfiguration()
    • Method Detail

      • getFromAddress

        public String getFromAddress()
      • getHost

        public String getHost()
      • getMaxRecipients

        public Integer getMaxRecipients()
      • getPassword

        public String getPassword()
      • getPort

        public Integer getPort()
      • getUser

        public String getUser()
      • isPasswordSet

        public boolean isPasswordSet()
      • setFromAddress

        public void setFromAddress​(String fromAddress)
      • setHost

        public void setHost​(String host)
      • setMaxRecipients

        public void setMaxRecipients​(Integer maxRecipients)
      • setPassword

        public void setPassword​(String password)
      • setPort

        public void setPort​(Integer port)
      • setSecurity

        public void setSecurity​(SmtpSecurity security)
      • setUser

        public void setUser​(String user)