public static class MailManager.FactoryData extends Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
getBcc() |
int |
getBufferSize() |
String |
getCc() |
String |
getFilterName() |
String |
getFrom() |
String |
getManagerName() |
String |
getReplyTo() |
String |
getSmtpHost() |
String |
getSmtpPassword() |
int |
getSmtpPort() |
String |
getSmtpProtocol() |
String |
getSmtpUsername() |
SslConfiguration |
getSslConfiguration() |
String |
getSubject() |
AbstractStringLayout.Serializer |
getSubjectSerializer() |
String |
getTo() |
boolean |
isSmtpDebug() |
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)
public String getTo()
public String getCc()
public String getBcc()
public String getFrom()
public String getReplyTo()
public String getSubject()
public AbstractStringLayout.Serializer getSubjectSerializer()
public String getSmtpProtocol()
public String getSmtpHost()
public int getSmtpPort()
public String getSmtpUsername()
public String getSmtpPassword()
public boolean isSmtpDebug()
public int getBufferSize()
public SslConfiguration getSslConfiguration()
public String getFilterName()
public String getManagerName()
Copyright © 1999-2023 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.