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

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
 
S

Stefan B Rusynko

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top