Package com.day.cq.mailer.commons
Class MailerConfig
java.lang.Object
com.day.cq.mailer.commons.MailerConfig
-
Constructor Summary
ConstructorsConstructorDescriptionMailerConfig(String smtpHost, int smtpPort, String smtpUser, String smtpPassword, String fromAddress, boolean debugEmail, boolean smtpSsl, boolean smtpTls, boolean requireTls, boolean oauthFlow) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanbooleanbooleanboolean
-
Constructor Details
-
MailerConfig
-
-
Method Details
-
getSmtpHost
-
getSmtpPort
public int getSmtpPort() -
getSmtpUser
-
getSmtpPassword
-
getFromAddress
-
isDebugEmail
public boolean isDebugEmail() -
isSmtpSsl
public boolean isSmtpSsl() -
isSmtpTls
public boolean isSmtpTls() -
isRequireTls
public boolean isRequireTls() -
isOauthFlow
public boolean isOauthFlow()
-