Interface Ses2Constants
-
public interface Ses2Constants
Constants used in Camel AWS SES component
-
-
Field Summary
Fields Modifier and Type Field Description static String
BCC
static String
CC
static String
CONFIGURATION_SET
static String
FROM
static String
HTML_EMAIL
static String
MESSAGE_ID
static String
REPLY_TO_ADDRESSES
static String
RETURN_PATH
static String
SUBJECT
static String
TO
-
-
-
Field Detail
-
FROM
@Metadata(description="The sender\'s email address.", javaType="String") static final String FROM
- See Also:
- Constant Field Values
-
MESSAGE_ID
@Metadata(description="The Amazon SES message ID.", javaType="String") static final String MESSAGE_ID
- See Also:
- Constant Field Values
-
REPLY_TO_ADDRESSES
@Metadata(description="The reply-to email address(es) for the message.", javaType="List<String>") static final String REPLY_TO_ADDRESSES
- See Also:
- Constant Field Values
-
RETURN_PATH
@Metadata(description="The email address to which bounce notifications are to be forwarded.", javaType="String") static final String RETURN_PATH
- See Also:
- Constant Field Values
-
SUBJECT
@Metadata(description="The subject of the message.", javaType="String") static final String SUBJECT
- See Also:
- Constant Field Values
-
TO
@Metadata(description="List of comma separated destination email address.", javaType="String") static final String TO
- See Also:
- Constant Field Values
-
CC
@Metadata(description="List of comma separated destination carbon copy (cc) email address.", javaType="String") static final String CC
- See Also:
- Constant Field Values
-
BCC
@Metadata(description="List of comma separated destination blind carbon copy (bcc) email address.", javaType="String") static final String BCC
- See Also:
- Constant Field Values
-
HTML_EMAIL
@Metadata(description="The flag to show if email content is HTML.", javaType="Boolean") static final String HTML_EMAIL
- See Also:
- Constant Field Values
-
CONFIGURATION_SET
@Metadata(description="TThe configuration set to send.", javaType="String") static final String CONFIGURATION_SET
- See Also:
- Constant Field Values
-
-