This topic is locked

Send Email notification after download

6/8/2016 2:53:59 AM
PHPRunner General questions
K
kdgsv author

Hallo,
Just looking for the best approach to send a email notification after someone has downloded a file from my website.
Can someone help me a little bit with coding?
Thank you.
Matthias

Sergey Kornilov admin 6/8/2016

This cannot be easily done, PHPRunner doesn't have any events related to file download. You will have to implement your own custom download functionality if you need to track downloads.

lefty 6/8/2016



This cannot be easily done, PHPRunner doesn't have any events related to file download. You will have to implement your own custom download functionality if you need to track downloads.


Use Audit log in security settings to see if user entered that page . Other than that ; a lot of coding. Then check audit log for user use. You can send email after record processed . But you may get alot of emails. You would have to code only that particular page to send email. that ' s about it without some serious coding.