- sendMessage(Message, Address[]) -
Method in class org.apache.geronimo.mail.NullTransport
-
- setAllow8bitmime(Boolean) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets whether encodings are converted to use "8bit" under certain
conditions.
- setAllow8bitmime(Boolean) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets whether encodings are converted to use "8bit" under certain
conditions.
- setAllowReadOnlySelect(Boolean) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the flag to indicate whether SELECT commands are read-only.
- setApopEnable(Boolean) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets whether to use APOP instead of USER/PASS to login to the POP3
server, if the POP3 server supports APOP.
- setAppendBufferSize(Integer) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the maximum size of a message to buffer in memory when appending
to an IMAP folder.
- setAuth(Boolean) -
Method in class org.apache.geronimo.mail.NNTPStoreGBean
- Sets whether an attempt will be made to authenticate the user.
- setAuth(Boolean) -
Method in class org.apache.geronimo.mail.NNTPTransportGBean
- Sets whether an attempt will be made to authenticate the user.
- setAuth(Boolean) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets whether an attempt will be made to authenticate the user using
the AUTH command.
- setAuth(Boolean) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets whether an attempt will be made to authenticate the user using
the AUTH command.
- setAuthenticator(Authenticator) -
Method in class org.apache.geronimo.mail.MailGBean
- Sets the authenticator object.
- setAuthLoginDisable(Boolean) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the flag that prevents use of the non-standard AUTHENTICATE LOGIN
command, instead using the plain LOGIN command.
- setAuthPlainDisable(Boolean) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the flag that prevents use of the AUTHENTICATE PLAIN command.
- setConnectionPoolSize(Integer) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the maximum number of available connections in the connection pool.
- setConnectionPoolTimeout(Integer) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the timeout value in milliseconds for connection pool connections
Default is 45000 (45 seconds).
- setConnectionTimeout(Integer) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the socket connection timeout value in milliseconds.
- setConnectionTimeout(Integer) -
Method in class org.apache.geronimo.mail.NNTPStoreGBean
- Sets the socket connection timeout value in milliseconds.
- setConnectionTimeout(Integer) -
Method in class org.apache.geronimo.mail.NNTPTransportGBean
- Sets the socket connection timeout value in milliseconds.
- setConnectionTimeout(Integer) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets the socket connection timeout value in milliseconds.
- setConnectionTimeout(Integer) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the socket connection timeout value in milliseconds.
- setConnectionTimeout(Integer) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the socket connection timeout value in milliseconds.
- setDebug(Boolean) -
Method in class org.apache.geronimo.mail.MailGBean
- Sets the debug setting for Sessions created from this GBean.
- setDsnNotify(String) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the NOTIFY option to the RCPT command
Either NEVER, or some combination of SUCCESS, FAILURE, and DELAY
(separated by commas).
- setDsnNotify(String) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the NOTIFY option to the RCPT command
Either NEVER, or some combination of SUCCESS, FAILURE, and DELAY
(separated by commas).
- setDsnRet(String) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the RET option to the MAIL command
Either FULL or HDRS.
- setDsnRet(String) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the RET option to the MAIL command
Either FULL or HDRS.
- setEhlo(Boolean) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Set whether an attempt will be made to sign on with the EHLO command.
- setEhlo(Boolean) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Set whether an attempt will be made to sign on with the EHLO command.
- setFetchSize(Integer) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the partial fetch size in bytes
Defaults to 16K.
- setFrom(String) -
Method in class org.apache.geronimo.mail.NNTPTransportGBean
- Sets the email address to use for NNTP POST command
Email address to use for NNTP POST command.
- setFrom(String) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the email address to use for SMTP MAIL command
Email address to use for SMTP MAIL command.
- setFrom(String) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the email address to use for SMTP MAIL command
Email address to use for SMTP MAIL command.
- setHost(String) -
Method in class org.apache.geronimo.mail.MailGBean
- Sets the default Mail server.
- setHost(String) -
Method in class org.apache.geronimo.mail.ProtocolGBean
- Set the host the protocol connects to.
- setLocaladdress(String) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the local address (host name) to bind to when creating the IMAP socket.
- setLocaladdress(String) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets the local address (host name) to bind to when creating the POP3 socket.
- setLocaladdress(String) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the local address (host name) to bind to when creating the SMTP socket.
- setLocaladdress(String) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the local address (host name) to bind to when creating the SMTP socket.
- setLocalhost(String) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the local host name used in the SMTP HELO or EHLO command.
- setLocalhost(String) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the local host name used in the SMTP HELO or EHLO command.
- setLocalport(Integer) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the local port number to bind to when creating the IMAP socket.
- setLocalport(Integer) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets the local port number to bind to when creating the POP3 socket.
- setLocalport(Integer) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the local port number to bind to when creating the SMTP socket.
- setLocalport(Integer) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the local port number to bind to when creating the SMTP socket.
- setMailExtension(String) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the extension string to append to the MAIL command.
- setMailExtension(String) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the extension string to append to the MAIL command.
- setMessageClass(String) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets the class name of a subclass of com.sun.mail.pop3.POP3Message.
- setPartialFetch(Boolean) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets whether the IMAP partial-fetch capability should be used.
- setPort(Integer) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the IMAP server port to connect to, if the connect() method
doesn't explicitly specify one.
- setPort(Integer) -
Method in class org.apache.geronimo.mail.NNTPStoreGBean
- Sets the NNTP server port to connect to, if the connect() method
doesn't explicitly specify one.
- setPort(Integer) -
Method in class org.apache.geronimo.mail.NNTPTransportGBean
- Sets the NNTP server port to connect to, if the connect() method
doesn't explicitly specify one.
- setPort(Integer) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets the POP3 server port to connect to, if the connect() method
doesn't explicitly specify one.
- setPort(Integer) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the SMTP server port to connect to, if the connect() method
doesn't explicitly specify one.
- setPort(Integer) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the SMTP server port to connect to, if the connect() method
doesn't explicitly specify one.
- setProperties(Properties) -
Method in class org.apache.geronimo.mail.MailGBean
- Sets the set of default properties for the protocols.
- setProperties(Properties) -
Method in class org.apache.geronimo.mail.ProtocolGBean
- Sets the set of default properties for the protocol.
- setQuitWait(Boolean) -
Method in class org.apache.geronimo.mail.NNTPStoreGBean
- Sets whether the transport will wait for the response to the QUIT command
If set to true, causes the transport to wait for the response to the QUIT
command.
- setQuitWait(Boolean) -
Method in class org.apache.geronimo.mail.NNTPTransportGBean
- Sets whether the transport will wait for the response to the QUIT command
If set to true, causes the transport to wait for the response to the QUIT
command.
- setQuitWait(Boolean) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets whether the transport will wait for the response to the QUIT command
If set to true, causes the transport to wait for the response to the QUIT
command.
- setQuitWait(Boolean) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets whether the transport will wait for the response to the QUIT command
If set to true, causes the transport to wait for the response to the QUIT
command.
- setReportSuccess(Boolean) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets whether the transport will include an SMTPAddressSucceededException
for each address that is successful.
- setReportSuccess(Boolean) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets whether the transport will include an SMTPAddressSucceededException
for each address that is successful.
- setRsetBeforeQuit(Boolean) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets whether an attempt will be made send a POP3 RSET command when
closing the folder, before sending the QUIT command.
- setSaslAuthorizationId(String) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the authorization ID to use in the SASL authentication.
- setSaslEnable(Boolean) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the flag that enables an attempt to use the javax.security.sasl
package to choose an authentication mechanism for login.
- setSaslMechanisms(String) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets a space or comma separated list of SASL mechanism names to try to use.
- setSaslRealm(String) -
Method in class org.apache.geronimo.mail.NNTPStoreGBean
- Sets the realm to use with DIGEST-MD5 authentication.
- setSaslRealm(String) -
Method in class org.apache.geronimo.mail.NNTPTransportGBean
- Sets the realm to use with DIGEST-MD5 authentication.
- setSaslRealm(String) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the realm to use with DIGEST-MD5 authentication.
- setSaslRealm(String) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the realm to use with DIGEST-MD5 authentication.
- setSendPartial(Boolean) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets whether to send email to valid addresses when others are invalid.
- setSendPartial(Boolean) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets whether to send email to valid addresses when others are invalid.
- setSeparateStoreConnection(Boolean) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the flag to indicate whether to use a dedicated store
connection for store commands
Flag to indicate whether to use a dedicated store connection
for store commands.
- setSocketFactoryClass(String) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the class that will be used to create SMTP sockets.
- setSocketFactoryClass(String) -
Method in class org.apache.geronimo.mail.NNTPStoreGBean
- Sets the class that will be used to create NNTP sockets.
- setSocketFactoryClass(String) -
Method in class org.apache.geronimo.mail.NNTPTransportGBean
- Sets the class that will be used to create NNTP sockets.
- setSocketFactoryClass(String) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets the class that will be used to create POP3 sockets.
- setSocketFactoryClass(String) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the class that will be used to create SMTP sockets.
- setSocketFactoryClass(String) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the class that will be used to create SMTP sockets.
- setSocketFactoryFallback(Boolean) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets whether java.net.Socket class will be created if the specified
socket factory class cannot be created.
- setSocketFactoryFallback(Boolean) -
Method in class org.apache.geronimo.mail.NNTPStoreGBean
- Sets whether java.net.Socket class will be created if the specified
socket factory class cannot be created.
- setSocketFactoryFallback(Boolean) -
Method in class org.apache.geronimo.mail.NNTPTransportGBean
- Sets whether java.net.Socket class will be created if the specified
socket factory class cannot be created.
- setSocketFactoryFallback(Boolean) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets whether java.net.Socket class will be created if the specified
socket factory class cannot be created.
- setSocketFactoryFallback(Boolean) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets whether java.net.Socket class will be created if the specified
socket factory class cannot be created.
- setSocketFactoryFallback(Boolean) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets whether java.net.Socket class will be created if the specified
socket factory class cannot be created.
- setSocketFactoryPort(Integer) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the port to connect to when using the specified socket factory.
- setSocketFactoryPort(Integer) -
Method in class org.apache.geronimo.mail.NNTPStoreGBean
- Sets the port to connect to when using the specified socket factory.
- setSocketFactoryPort(Integer) -
Method in class org.apache.geronimo.mail.NNTPTransportGBean
- Sets the port to connect to when using the specified socket factory.
- setSocketFactoryPort(Integer) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets the port to connect to when using the specified socket factory.
- setSocketFactoryPort(Integer) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the port to connect to when using the specified socket factory.
- setSocketFactoryPort(Integer) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the port to connect to when using the specified socket factory.
- setStartTLSEnable(Boolean) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the flag that enables the use of the STARTTLS command (if
supported by the server) to switch the connection to a TLS-protected
connection before issuing any login commands.
- setStartTLSEnable(Boolean) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the flag that enables the use of the STARTTLS command (if
supported by the server) to switch the connection to a TLS-protected
connection before issuing any login commands.
- setStartTLSEnable(Boolean) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the flag that enables the use of the STARTTLS command (if
supported by the server) to switch the connection to a TLS-protected
connection before issuing any login commands.
- setStatusCacheTimeout(Integer) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the timeout value in milliseconds for cache of STATUS command response
Timeout value in milliseconds for cache of STATUS command response.
- setStoreProtocol(String) -
Method in class org.apache.geronimo.mail.MailGBean
- Sets the store protocol that Sessions created from this GBean will return.
- setSubmitter(String) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the submitter to use in the AUTH tag in the MAIL FROM command.
- setSubmitter(String) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the submitter to use in the AUTH tag in the MAIL FROM command.
- setTimeout(Integer) -
Method in class org.apache.geronimo.mail.IMAPStoreGBean
- Sets the socket I/O timeout value in milliseconds.
- setTimeout(Integer) -
Method in class org.apache.geronimo.mail.NNTPStoreGBean
- Sets the socket I/O timeout value in milliseconds.
- setTimeout(Integer) -
Method in class org.apache.geronimo.mail.NNTPTransportGBean
- Sets the socket I/O timeout value in milliseconds.
- setTimeout(Integer) -
Method in class org.apache.geronimo.mail.POP3StoreGBean
- Sets the socket I/O timeout value in milliseconds.
- setTimeout(Integer) -
Method in class org.apache.geronimo.mail.SMTPSTransportGBean
- Sets the socket I/O timeout value in milliseconds.
- setTimeout(Integer) -
Method in class org.apache.geronimo.mail.SMTPTransportGBean
- Sets the socket I/O timeout value in milliseconds.
- setTransportProtocol(String) -
Method in class org.apache.geronimo.mail.MailGBean
- Sets the transport protocol that Sessions created from this GBean will return.
- setUseDefault(Boolean) -
Method in class org.apache.geronimo.mail.MailGBean
- Sets whether this GBean will return default Sessions or not,
- setUser(String) -
Method in class org.apache.geronimo.mail.MailGBean
- Sets the username to provide when connecting to a Mail server.
- setUser(String) -
Method in class org.apache.geronimo.mail.ProtocolGBean
- Sets the default user name for the protocol.
- SMTP_8BITMIME -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_AUTH -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_CONNECTION_TIMEOUT -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_DSN_NOTIFY -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_DSN_RET -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_EHLO -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_FACTORY_CLASS -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_FACTORY_FALLBACK -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_FACTORY_PORT -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_FROM -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_LOCALADDRESS -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_LOCALHOST -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_LOCALPORT -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_MAIL_EXTENSION -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_PORT -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_QUITWAIT -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_REALM -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_REPORT_SUCCESS -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_SEND_PARTIAL -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_STARTTLS_ENABLE -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_SUBMITTER -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTP_TIMEOUT -
Static variable in class org.apache.geronimo.mail.SMTPTransportGBean
-
- SMTPS_8BITMIME -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_AUTH -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_CONNECTION_TIMEOUT -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_DSN_NOTIFY -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_DSN_RET -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_EHLO -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_FACTORY_CLASS -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_FACTORY_FALLBACK -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_FACTORY_PORT -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_FROM -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_LOCALADDRESS -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_LOCALHOST -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_LOCALPORT -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_MAIL_EXTENSION -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_PORT -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_QUITWAIT -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_REALM -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_REPORT_SUCCESS -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_SEND_PARTIAL -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_STARTTLS_ENABLE -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_SUBMITTER -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPS_TIMEOUT -
Static variable in class org.apache.geronimo.mail.SMTPSTransportGBean
-
- SMTPSTransportGBean - Class in org.apache.geronimo.mail
- A GBean that provides for the configuration of a JavaMail SMTP transport
protocol.
- SMTPSTransportGBean(String, Properties, String, String, Integer, Integer, Integer, String, String, String, Integer, Boolean, Boolean, Boolean, String, String, String, Boolean, Boolean, String, Boolean, Boolean, String, Boolean, Integer, String) -
Constructor for class org.apache.geronimo.mail.SMTPSTransportGBean
- Construct an instance of SMTPSTransportGBean
Values that are set in the individual member variables will override any of
the corresponding values that have been set in the properties set.
- SMTPTransportGBean - Class in org.apache.geronimo.mail
- A GBean that provides for the configuration of a JavaMail SMTP transport
protocol.
- SMTPTransportGBean(String, Properties, String, String, Integer, Integer, Integer, String, String, String, Integer, Boolean, Boolean, Boolean, String, String, String, Boolean, Boolean, String, Boolean, Boolean, String, Boolean, Integer, String) -
Constructor for class org.apache.geronimo.mail.SMTPTransportGBean
- Construct an instance of SMTPTransportGBean
Values that are set in the individual member variables will override any of
the corresponding values that have been set in the properties set.