|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
In Secure Ad Hoc Transfer's configuration file, you can specify whether the system will send e-mails in HTML or Plain Text format. This is a global setting that applies to all e-mails; it is not user configurable.
To specify HTML or Plain Text e-mail format
Do one of the following:
In the IIS Manager, Open the EFTAdHoc properties.
Open web.config (located by default in C:\Inetpub\EFTAdHoc) in a text editor.
Edit the variable EmailTemplateFormat.
For HTML, set the variable to 0.
For Plain Text, set the variable 1.
After you have edited the configuration, do one of the following:
Click OK to close the dialog boxes, then, in the IIS Manager, click File > Close.
Save the web.config file.
It is not necessary to restart the service or reboot.
The system determines which set of e-mail templates to use, Plain Text or HTML, based on the value of EmailTemplateFormat.
Refer to Secure Ad Hoc Transfer's Configuration File for details of variables used in the configuration file.