Class MailerOptions

java.lang.Object
cronapp.framework.mailer.MailerOptions
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component public class MailerOptions extends Object implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getHost

      public String getHost()
    • getUserName

      public String getUserName()
    • getPassword

      public String getPassword()
    • getProtocol

      public String getProtocol()
    • getPort

      public int getPort()
    • getAuth

      public boolean getAuth()
    • getTls

      public boolean getTls()
    • getStorageName

      public String getStorageName()
    • getStoragePath

      public String getStoragePath()
    • getSchedulerExpression

      public String getSchedulerExpression()
    • getBatchSize

      public Integer getBatchSize()