The following settings are optional and control aspects of the behavior for workflow email messages.
# acknowledge email workflow responses with email replies automatically
# (default is true)
workflow.email.acknowledgement.enabled=true
# sender's email address to use for outgoing notifications and workflow prompts
# (It's recommended to set this to an address that will not process replies, but with a name that identifies the specific instance of EcoSys EPC. Do not use the inbound POP3 mailbox since unrecognized replies will be ignored.)
mail.system.sender.address=noreply@mycompany.com
# maximum length of subject line for workflow emails (default 120 characters)
workflow.email.subject.length=120
# footer to append to workflow email messages
workflow.email.footer.text=NOTE: do not reply to this email.
# send workflow emails in HTML format (default is true)
workflow.email.html.format.enabled=true