Innosoft FileSender

To be able to send e-mails with the web application, the Innosoft FileSender must be installed.

Prerequisite for the use of the program are two settings in the database used. To activate the first option, you can execute the following SQL statement:

UPDATE FELDINHALT
SET BESCHREIBUNG = 1
WHERE GRUPPE = 7006 AND ZAEHLER = 1

The second option defines the folder in which saved e-mail attachments or those to be sent are to be stored. You can use the following SQL statement for this:

UPDATE FELDINHALTM
SET LANGTEXT = path
WHERE GRUPPE = 6001 AND ZAEHLER = 2

You must replace the placeholder "path" with the actual path.

Before you can install FileSender, you must make some settings in the FileSender.ini file. Among other things, the database connection and the connection to your e-mail server are configured there. The configuration options are described in the ini file itself.