Email interaction system properties

The email interaction system properties define the behavior and characteristics of the emails.

Mail key properties

The @@MAILKEY@@ string specifies the appropriate signature string in the subject line of emails. For each configuration of email interaction, at least one of the following properties is included in the @@MAILKEY@@ property:

Property Configuration type
mxe.mfmail.STSignatureSimple Object status change with a simple email format
mxe.mfmail.STSignatureAdvanced Object status change with an advanced email format
mxe.mfmail.WFSignatureSimple Workflow assignment with a simple email format
mxe.mfmail.WFSignatureAdvanced Workflow assignment with an advanced email format

Email body properties

The following system properties are specified in the body of the emails that are sent in email interaction:

Property Description
mxe.mfmail.ValueListBegin Marks the beginning of the prompt section
mxe.mfmail.ValueListEnd Marks the end of the prompt section
mxe.mfmail.AssistMarker Identifies the characters that precede the prompt numbers
mxe.mfmail.LineSize Indicates the line size in the email. The default is 72.
mxe.mfmail.adminEmail Indicates the email address of the administrator to notify when errors occur that require administrative action. This property is optional
mxe.email.convertToPlainText Converts the email into plain text.

SMTP property

The mail.smtp.starttls.enable property affects all features that send email such as password changes.

Property Description
mail.smtp.starttls.enable Enables the use of the STARTTLS command if it is supported by the SMTP server. The default value is false.


Feedback