Package com.adobe.acs.commons.email
Class EmailServiceConstants
java.lang.Object
com.adobe.acs.commons.email.EmailServiceConstants
Defines special keys for the replacement variable map
passed to EmailService.sendEmail().
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringVariable used to specify the bounce address.static final StringSender Email Address variable passed in the input parameter map to the sendEmail() function.static final StringSender Name variable passed in the input parameter map to the sendEmail() function.static final StringSubject line variable used to specify the subject in the input parameter map. -
Method Summary
-
Field Details
-
SENDER_EMAIL_ADDRESS
Sender Email Address variable passed in the input parameter map to the sendEmail() function.- See Also:
-
SENDER_NAME
Sender Name variable passed in the input parameter map to the sendEmail() function.- See Also:
-
SUBJECT
Subject line variable used to specify the subject in the input parameter map.- See Also:
-
BOUNCE_ADDRESS
Variable used to specify the bounce address. Also referred to as the envelope FROM address.- See Also:
-