Package cronapp.framework.mailer
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
-
MailerOptions
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getHost
-
getUserName
-
getPassword
-
getProtocol
-
getPort
public int getPort() -
getAuth
public boolean getAuth() -
getTls
public boolean getTls() -
getStorageName
-
getStoragePath
-
getSchedulerExpression
-
getBatchSize
-