How to obtain e-mail report on downloads from my site

  • Thread starter Thread starter Kresten Bjerg
  • Start date Start date
K

Kresten Bjerg

I offer users free download of three different zipped files, but I need to
receive e-mail to inform me of each of the source downloads, --- what code
shall I add, to achieve this, e.g. here:

<ul>
<li>
<p align="left"><a href="Phenomenalog%20Installer.exe.zip">Download
Windows Version 18.1.2
Installer</a></li>
<li></li>
</ul>

(I am not a professional programmer, so a verbatim example would be most
welcome)

Best regards
Kresten
 
Not possible unless you make the download a custom server side script action
- which requires knowledge of the server side scripts and server side emails your host supports
Check with you host on how to access the server logs
- that will show you any access for the file Phenomenalog%20Installer.exe.zip

PS
To prevent broken links and get consistent log file results
- Rename your download file to remove the spaces from the file name as say
Phenomenalog_Installer.exe.zip
--




I offer users free download of three different zipped files, but I need to
receive e-mail to inform me of each of the source downloads, --- what code
shall I add, to achieve this, e.g. here:

<ul>
<li>
<p align="left"><a href="Phenomenalog%20Installer.exe.zip">Download
Windows Version 18.1.2
Installer</a></li>
<li></li>
</ul>

(I am not a professional programmer, so a verbatim example would be most
welcome)

Best regards
Kresten
 
Back
Top