Class MailManager.FactoryData
java.lang.Object
org.apache.logging.log4j.core.net.MailManager.FactoryData
- Enclosing class:
- MailManager
-
Constructor Summary
ConstructorDescriptionFactoryData
(String to, String cc, String bcc, String from, String replyTo, String subject, AbstractStringLayout.Serializer subjectSerializer, String smtpProtocol, String smtpHost, int smtpPort, String smtpUsername, String smtpPassword, boolean smtpDebug, int bufferSize, SslConfiguration sslConfiguration, String filterName) -
Method Summary
-
Constructor Details
-
FactoryData
public FactoryData(String to, String cc, String bcc, String from, String replyTo, String subject, AbstractStringLayout.Serializer subjectSerializer, String smtpProtocol, String smtpHost, int smtpPort, String smtpUsername, String smtpPassword, boolean smtpDebug, int bufferSize, SslConfiguration sslConfiguration, String filterName)
-
-
Method Details
-
getTo
-
getCc
-
getBcc
-
getFrom
-
getReplyTo
-
getSubject
-
getSubjectSerializer
-
getSmtpProtocol
-
getSmtpHost
-
getSmtpPort
public int getSmtpPort() -
getSmtpUsername
-
getSmtpPassword
-
isSmtpDebug
public boolean isSmtpDebug() -
getBufferSize
public int getBufferSize() -
getSslConfiguration
-
getFilterName
-
getManagerName
-