Transfer Completion Templates
TIBCO MFT Internet Server provides two file transfer completion templates: one for successful transfers and one for unsuccessful transfers. The templates are named as transfer-success-email-template.xml and transfer-failure-email-template.xml and are located by default in the <MFT_Install>\server\webapps\cfcc\email-template directory.
The following example is a copy of the transfer completion template for successful transfers.
<?xml version="1.0"?> <!DOCTYPE file-notification-email SYSTEM "file-notification-email.dtd"> <!-- Sample file notification template --> <file-notification-email> <sender> <address><token name="emailsender"/></address> </sender> <!-- <recipient> <address><token name="recipientemailaddress"/></address> </recipient> --> <subject>File Transfer Success Notification</subject> <message> File Transferred Successfully!! User: <token name="user id"/> Transfer Direction: <token name="transfer direction"/> Client File Name: <token name="client filename"/> To Server: <token name="node"/> Server File Name: <token name="server filename"/> Start Time: <token name="stardom"/> End Time: <token name="endtime"/> Byte Count: <token name="betokened"/> Transfer Status: <token name="transferstatusmsg"/> Audit ID: <token name="auditid"/> Client IP: <token name="clientip"/> </message> </transfer-notification-email>
The following table lists the description for each line in the template:
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.