public class EmailConnector
extends org.bonitasoft.engine.connector.AbstractConnector
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTACHMENTS
The files to attach to the email.
|
static String |
BCC
The "bcc" recipient(s) email address(es).
|
static String |
CC
The "cc" recipient(s) email address(es).
|
static String |
CHARSET
Charset of the message
|
static String |
FROM
The sender's email address.
|
static String |
HEADERS
The extra header fields of the email.
|
static String |
HTML
Indicates whether the content of the email is in HTML format.
|
static String |
MESSAGE
The message content of the email.
|
static String |
PASSWORD
The password used for authentication.
|
static String |
REPLY_TO
The "Reply-to" recipient(s) email address(es).
|
static String |
RETURN_PATH
The return-path email address.
|
static String |
SMTP_HOST
The name or the IP address of the SMTP server.
|
static String |
SMTP_PORT |
static String |
SSL_SUPPORT
Indicates whether the SMTP server uses an SSL support.
|
static String |
STARTTLS_SUPPORT
Indicates whether the SMTP server uses a STARTTLS support.
|
static String |
SUBJECT
The subject of the email.
|
static String |
TO
The "to" recipient(s) email address(es).
|
static String |
TRUST_CERTIFICATE
Indicates whether the SMTP server certificate should be always trusted
|
static String |
USER_NAME
The user name used for authentication.
|
| Constructor and Description |
|---|
EmailConnector() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeBusinessLogic() |
void |
validateInputParameters() |
public static final String ATTACHMENTS
public static final String HEADERS
public static final String CHARSET
public static final String MESSAGE
public static final String HTML
public static final String SUBJECT
public static final String BCC
public static final String CC
public static final String TO
public static final String REPLY_TO
public static final String FROM
public static final String RETURN_PATH
public static final String PASSWORD
public static final String USER_NAME
public static final String STARTTLS_SUPPORT
public static final String SSL_SUPPORT
public static final String SMTP_PORT
public static final String SMTP_HOST
public static final String TRUST_CERTIFICATE
public void validateInputParameters()
throws org.bonitasoft.engine.connector.ConnectorValidationException
org.bonitasoft.engine.connector.ConnectorValidationExceptionprotected void executeBusinessLogic()
throws org.bonitasoft.engine.connector.ConnectorException
executeBusinessLogic in class org.bonitasoft.engine.connector.AbstractConnectororg.bonitasoft.engine.connector.ConnectorExceptionCopyright © 2020. All rights reserved.