File Availability Template
TIBCO MFT Internet Server provides a file availability template. The template is named as email-notification-template.xml and is located by default in the <MFT_Install>\server\webapps\cfcc\email-template directory.
The following example is a copy of the file availability template that is shipped with the TIBCO MFT Internet Server software:
<?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> <subject>File Availability Notification</subject> <message> FileID: <token name="fileid"/> Transfer Direction: <token name="transferdirection"/> Client File Name: <token name="clientfilename"/> Description: <token name="description"/> Available Date: <token name="availabledate"/> Expiration Date: <token name="expirationdate"/> To access this file, click on the following URL: <token name="emailurl"/>/bclient/index.jsp?FileID=<token name="fileid"/> To check for all available files, click on the following URL: <token name="emailurl"/>/bclient/index.jsp </message> </file-notification-email>
The following table lists the description for each line in the template:
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.