Class MGL_EMailConfig

java.lang.Object
tech.mgl.core.config.MGL_EMailConfig

public class MGL_EMailConfig extends Object
Author:
www.mgl.tech
  • Constructor Details

    • MGL_EMailConfig

      public MGL_EMailConfig()
  • Method Details

    • getFromEmail

      public String getFromEmail()
      Returns:
      the fromEmail
    • setFromEmail

      public MGL_EMailConfig setFromEmail(String fromEmail)
      Parameters:
      fromEmail - the fromEmail to set
      Returns:
    • getSmtp

      public String getSmtp()
      Returns:
      the smtp
    • setSmtp

      public MGL_EMailConfig setSmtp(String smtp)
      Parameters:
      smtp - the smtp to set
      Returns:
    • getPop3

      public String getPop3()
      Returns:
      the pop3
    • setPop3

      public MGL_EMailConfig setPop3(String pop3)
      Parameters:
      pop3 - the pop3 to set
      Returns:
    • getImap

      public String getImap()
      Returns:
      the imap
    • setImap

      public MGL_EMailConfig setImap(String imap)
      Parameters:
      imap - the imap to set
      Returns:
    • getContent

      public StringBuffer getContent()
      Returns:
      the content
    • setContent

      public MGL_EMailConfig setContent(StringBuffer content)
      Parameters:
      content - the content to set
      Returns:
    • getSubject

      public String getSubject()
      Returns:
      the subject
    • setSubject

      public MGL_EMailConfig setSubject(String subject)
      Parameters:
      subject - the subject to set
      Returns:
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public MGL_EMailConfig setName(String name)
      Parameters:
      name - the name to set
      Returns:
    • getCharset

      public String getCharset()
      Returns:
      the charset
    • setCharset

      public MGL_EMailConfig setCharset(String charset)
      Parameters:
      charset - the charset to set
      Returns:
    • getAuthentication

      public String getAuthentication()
      Returns:
      the authentication
    • setAuthentication

      public MGL_EMailConfig setAuthentication(String authentication)
      Parameters:
      authentication - the authentication to set
      Returns:
    • getAuthenticationCode

      public String getAuthenticationCode()
      Returns:
      the authenticationCode
    • setAuthenticationCode

      public MGL_EMailConfig setAuthenticationCode(String authenticationCode)
      Parameters:
      authenticationCode - the authenticationCode to set
      Returns:
    • getFiles

      public List<File> getFiles()
      Returns:
      the files
    • setFiles

      public MGL_EMailConfig setFiles(List<File> files)
      Parameters:
      files - the files to set
      Returns:
    • getToEmals

      public List<String> getToEmals()
      Returns:
      the toEmals
    • setToEmals

      public MGL_EMailConfig setToEmals(List<String> toEmals)
      Parameters:
      toEmals - the toEmals to set
      Returns: