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