org.apache.camel.component.aws.ses
Interface SesConstants


public interface SesConstants

Constants used in Camel AWS SES component


Field Summary
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

static final String FROM
See Also:
Constant Field Values

MESSAGE_ID

static final String MESSAGE_ID
See Also:
Constant Field Values

REPLY_TO_ADDRESSES

static final String REPLY_TO_ADDRESSES
See Also:
Constant Field Values

RETURN_PATH

static final String RETURN_PATH
See Also:
Constant Field Values

SUBJECT

static final String SUBJECT
See Also:
Constant Field Values

TO

static final String TO
See Also:
Constant Field Values

HTML_EMAIL

static final String HTML_EMAIL
See Also:
Constant Field Values


Apache Camel