@Alias(value="smtps") @DisplayName(value="SMTPS Connection") public class SMTPSProvider extends AbstractSenderProvider implements org.mule.runtime.api.lifecycle.Initialisable
ConnectionProvider that returns instances of smtps based MailboxConnections.
The returned connection is secured by TLS.
| Constructor and Description |
|---|
SMTPSProvider() |
| Modifier and Type | Method and Description |
|---|---|
SenderConnection |
connect() |
void |
initialise() |
disconnect, validategetConnectionTimeout, getProperties, getReadTimeout, getWriteTimeoutpublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic SenderConnection connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<SenderConnection>org.mule.runtime.api.connection.ConnectionExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.