Class EmailServiceConstants

java.lang.Object
com.adobe.acs.commons.email.EmailServiceConstants

@ProviderType public final class EmailServiceConstants extends Object
Defines special keys for the replacement variable map passed to EmailService.sendEmail().
  • Field Details

    • SENDER_EMAIL_ADDRESS

      public static final String SENDER_EMAIL_ADDRESS
      Sender Email Address variable passed in the input parameter map to the sendEmail() function.
      See Also:
    • SENDER_NAME

      public static final String SENDER_NAME
      Sender Name variable passed in the input parameter map to the sendEmail() function.
      See Also:
    • SUBJECT

      public static final String SUBJECT
      Subject line variable used to specify the subject in the input parameter map.
      See Also:
    • BOUNCE_ADDRESS

      public static final String BOUNCE_ADDRESS
      Variable used to specify the bounce address. Also referred to as the envelope FROM address.
      See Also: