Client upload notification email
From Wikanual
When somebody uploads a file with the client interface then upon completion an email is being generated. The format of this email is being controlled by two configuration variables:
upload notification email subject
IDXHTML_LOGIN
upload notification email body
The body of the comment email can contain all the keywords of the subject and:
IDXHTML_ULMAILINFO a text in the following format:
Source file: example.txt File size: 5B Name in INTERDUBS: test MD5 checksum of file: d8e8fca2dc0f896fd7cb4cb0031ba249
IDXHTML_ULTITLE title of file uploaded in INTERDUBS, source file name if not set.
IDXHTML_ULURLS Direct links to the uploaded files inside of INTERDUBS.
IDXHTML_ULNOTE The note that the person added with the upload.
IDXHTML_ULFOLDER If a folder is being created then it will read
new folder: FOLDERNAME
otherwise this keyword will be replaced by an empty string
IDXHTML_ULIP
The IP address of the computer that was used to upload the file
IDXHTML_USERINFO The user name used when leaving a comment before (stored in a cookie on the client computer) and the domain information of the users IP address.