Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Velocity reference

Description

Code Block
$catchEmailAddress

https://jemhcloud.thepluginpeople.ngrok.iocom/app/static/javadoc/com/thepluginpeople/jemhod/api/IEmailAndPersonal.html

Contains the email address $catchEmailAddress.getEmailAddress() and (optionally) the personal $catchEmailAddress.getPersonal() of the catch email address found in the processed email

Code Block
$matchingRecipient

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html

Shorthand for $catchEmailAddress.getEmailAddress() (see above).

Code Block
$matchingCatchEmailAddress

https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html

A string representing the configuration responsible for finding the catch email address. Depending on what was configured in the profile, this could be a static address or a regular expression.

...