Interface Ses2Constants
public interface Ses2Constants
Constants used in Camel AWS SES component
-
Field Details
-
FROM
- See Also:
-
MESSAGE_ID
@Metadata(description="The Amazon SES message ID.", javaType="String") static final String MESSAGE_ID- See Also:
-
REPLY_TO_ADDRESSES
@Metadata(description="The reply-to email address(es) for the message. Use comma to separate multiple values.", javaType="String") static final String REPLY_TO_ADDRESSES- See Also:
-
RETURN_PATH
@Metadata(description="The email address to which bounce notifications are to be forwarded.", javaType="String") static final String RETURN_PATH- See Also:
-
SUBJECT
- See Also:
-
TO
@Metadata(description="List of comma separated destination email address.", javaType="String") static final String TO- See Also:
-
CC
@Metadata(description="List of comma separated destination carbon copy (cc) email address.", javaType="String") static final String CC- See Also:
-
BCC
@Metadata(description="List of comma separated destination blind carbon copy (bcc) email address.", javaType="String") static final String BCC- See Also:
-
HTML_EMAIL
@Metadata(description="The flag to show if email content is HTML.", javaType="Boolean") static final String HTML_EMAIL- See Also:
-
CONFIGURATION_SET
@Metadata(description="TThe configuration set to send.", javaType="String") static final String CONFIGURATION_SET- See Also:
-