com.day.cq.mailer
Interface MailerConstants


public interface MailerConstants


Field Summary
static String ATTACH_PATH
          Path from the message root to the embedded files folder
static String EMBED_PATH
          Path from the message root to the embedded files folder
static String JCR_CONTENT
           
static String PROP_ERROR
          The Property that stores general error info
static String PROP_FROM
          The Property that defines an alternate from address
static String PROP_HTML
          The Property that defines a message's html content
static String PROP_MESSAGE_STATUS
          The Property that stores message status info
static String PROP_RECIPIENT_EMAIL
          The Property that defines a recipient's email
static String PROP_STATUS
          The Property that stores general status info
static String PROP_SUBJECT
          The Property that defines a message's subject
static String PROP_TEXT
          The Property that defines a message's plain text
static String PROP_URL
          The Property that defines an url
static String RECIPIENTS
           
static String STATUS_DONE
          Status DONE
static String STATUS_ERROR
          Status ERROR
static String STATUS_SENT
          Status SENT - message has been successfully sent
 

Field Detail

RECIPIENTS

static final String RECIPIENTS
See Also:
Constant Field Values

JCR_CONTENT

static final String JCR_CONTENT
See Also:
Constant Field Values

PROP_RECIPIENT_EMAIL

static final String PROP_RECIPIENT_EMAIL
The Property that defines a recipient's email

See Also:
Constant Field Values

PROP_SUBJECT

static final String PROP_SUBJECT
The Property that defines a message's subject

See Also:
Constant Field Values

PROP_TEXT

static final String PROP_TEXT
The Property that defines a message's plain text

See Also:
Constant Field Values

PROP_HTML

static final String PROP_HTML
The Property that defines a message's html content

See Also:
Constant Field Values

PROP_FROM

static final String PROP_FROM
The Property that defines an alternate from address

See Also:
Constant Field Values

PROP_STATUS

static final String PROP_STATUS
The Property that stores general status info

See Also:
Constant Field Values

PROP_ERROR

static final String PROP_ERROR
The Property that stores general error info

See Also:
Constant Field Values

PROP_URL

static final String PROP_URL
The Property that defines an url

See Also:
Constant Field Values

PROP_MESSAGE_STATUS

static final String PROP_MESSAGE_STATUS
The Property that stores message status info

See Also:
Constant Field Values

STATUS_SENT

static final String STATUS_SENT
Status SENT - message has been successfully sent

See Also:
Constant Field Values

STATUS_ERROR

static final String STATUS_ERROR
Status ERROR

See Also:
Constant Field Values

STATUS_DONE

static final String STATUS_DONE
Status DONE

See Also:
Constant Field Values

EMBED_PATH

static final String EMBED_PATH
Path from the message root to the embedded files folder

See Also:
Constant Field Values

ATTACH_PATH

static final String ATTACH_PATH
Path from the message root to the embedded files folder

See Also:
Constant Field Values


Copyright © 2009 Day Management AG. All Rights Reserved.