Email Notification Parameters

To configure TIBCO MFT Platform Server for z/OS to send an email notification after a transfer is completed, you must define the email notification parameters.

The following table lists three GLOBAL parameters that you must configure to send an email from the platform server:

Parameter Description
SMTP_JOBNAME Defines the name of the SMTP started task.
SMTP_LOCALCLASS Defines the name of the local class of the SMTP started task.
Note: This parameter must match the LOCALCLASS parameter of the SMTP configuration.
SMTP_SENDER_HOSTNAME Defines the IP address or the TCP host name.

When sending an email, the platform server uses the value of this parameter to set the SMTP MAIL FROM command. This parameter value is displayed as the sender of the email when the email is read.

The maximum length of this parameter is 40 bytes.

When an email is sent, the sender name defaults to FUSION_GOOD for successful transfers, and FUSION_FAIL for unsuccessful transfers. Your email Inbox can be sorted by the "Sender" (or "From Email Address") to see which requests failed and which requests were successful..

The following table lists the two parameters that you can configure in the Batch, REXX, DNI, and ISPF interfaces:

Parameter Description
EMAIL_GOOD Defines the email address to which the platform server sends an email when a request is completed successfully.
EMAIL_FAIL Defines the email address to which the platform server sends an email when a request fails.