Package tech.mgl.core.config
Class MGL_EMailConfig
java.lang.Object
tech.mgl.core.config.MGL_EMailConfig
- Author:
- www.mgl.tech
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()getImap()getName()getPop3()getSmtp()setAuthentication(String authentication) setAuthenticationCode(String authenticationCode) setCharset(String charset) setContent(StringBuffer content) setFromEmail(String fromEmail) setSubject(String subject) setToEmals(List<String> toEmals)
-
Constructor Details
-
MGL_EMailConfig
public MGL_EMailConfig()
-
-
Method Details
-
getFromEmail
- Returns:
- the fromEmail
-
setFromEmail
- Parameters:
fromEmail- the fromEmail to set- Returns:
-
getSmtp
- Returns:
- the smtp
-
setSmtp
- Parameters:
smtp- the smtp to set- Returns:
-
getPop3
- Returns:
- the pop3
-
setPop3
- Parameters:
pop3- the pop3 to set- Returns:
-
getImap
- Returns:
- the imap
-
setImap
- Parameters:
imap- the imap to set- Returns:
-
getContent
- Returns:
- the content
-
setContent
- Parameters:
content- the content to set- Returns:
-
getSubject
- Returns:
- the subject
-
setSubject
- Parameters:
subject- the subject to set- Returns:
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set- Returns:
-
getCharset
- Returns:
- the charset
-
setCharset
- Parameters:
charset- the charset to set- Returns:
-
getAuthentication
- Returns:
- the authentication
-
setAuthentication
- Parameters:
authentication- the authentication to set- Returns:
-
getAuthenticationCode
- Returns:
- the authenticationCode
-
setAuthenticationCode
- Parameters:
authenticationCode- the authenticationCode to set- Returns:
-
getFiles
- Returns:
- the files
-
setFiles
- Parameters:
files- the files to set- Returns:
-
getToEmals
- Returns:
- the toEmals
-
setToEmals
- Parameters:
toEmals- the toEmals to set- Returns:
-