Message
Specifies the message to include in the body of the email. Messages can consist of
plain text, HTML, and embedded images.
Format:
- Length
- Up to 32700 characters (bytes)
- Database name
- Job.EmailMessage
Usage notes:
- You can use symbol formulas to include job properties in the message. For example, use ${Job.InputFile} in this value to include the input file name in the body of the email.
- The step supports tags in the HTML 4.01 specification. Support for individual tags varies by email client and browser.
- You can embed images stored locally by specifying a fully qualified file name. You can embed images on the Internet or a company intranet by specifying a fully qualified URL.
- You can mix plain text and HTML.
- Invalid HTML does not cause the step to fail. RICOH ProcessDirector sends HTML without validating it.