Creating an Email Notification Template

The Conditions and Actions for every Event Rule you create, including email notifications, is saved in EFT's configuration file. Each time the administration interface connects, it reads in the configuration file. Multiple Event Rules and email notifications can grow the configuration file quite large. If you expect to have numerous email notifications that are basically the same (for example, you have default text that you always want to appear in the body of the email), you can define the body of the email in an HTML file, then reference it in the Message box of the Email Notification Message.

To create an email notification template

  1. Create an HTML document that contains the text that will be the body of the email notification. You can include any HTML tags and EFT variables. For example:

    <HTML>
    <BODY>
    <P>This message was sent to you automatically by Globalscape EFT on the following event: %EVENT.NAME%.</p>
    <HR>
    <P><B>Server Local Time:</B> %EVENT.TIME%</P>
    <P><B>Logon Name:</B> %USER.LOGIN%</P>
    <P><B>Email Address:</B> %USER.EMAIL%</P>
    <P><B>Home Folder:</B> %USER.HOME_FOLDER%</P>
    </BODY>
    </HTML>
  2. Define the email adding each of the variables that you want. You can add your custom EFT administrator signature, your company's logo, any information that you need to pass on to the user, and so on. Be sure to include the opening and closing <html> and <body> tags. Use the interface to add variables and labels to the message.

  3. Copy and paste the message into a text file, and save it with an .htm extension.

    Review your tags carefully, however, since no HTML-code verification is performed. As a test, you can copy and paste the text into Notepad, save it with an .htm extension, and then open it in your browser.

  4. Save the file in a location that can be accessed by EFT. (If you are logging into EFT on an Active Directory-authenticated Site, the Event Rule engine is running as that logged-in user, so the user account must have access to the template.)

  5. Define the Event Rule and add the email notification.

  6. In the Message box of the email Notification Message dialog box, type file:// and the path to the email template, and then click OK. For example, type:

    file://C:\Documents and Settings\All Users\Application Data\Globalscape\EFT Server\MailActionTemplate.htm

    IMPORTANT: There can be no spaces or line breaks before or after the link!

  7. Click OK to add the notification to the Event Rule.

The referenced HTML file will appear in the body of the email that is triggered by EFT. It is highly recommended that you do a test to be sure you get the results you want.

Send an Email Notification When a Certain User Uploads a File

Refer to the Globalscape Knowledgebase topic #11151 for information about sending an email notification when a certain user uploads a file.