Don, Here is some information on the usage statistics component: https://wiki.duraspace.org/display/DSDOC5x/SOLR+Statistics
Here is the documentation on the configurable event system (for tracking changes to items/bitstreams/etc): https://wiki.duraspace.org/display/DSDOC5x/Configuration+Reference#ConfigurationReference-EventSystemConfiguration I do not believe that the functionality you describe exists in DSpace. I believe that you would need to develop your own process. - Query solr for usage events in the last day/week/hour - Grab the object identifier from SOLR - Look up the owner/creator of the object in the database - Send e-mail Terry On Sat, Oct 29, 2016 at 7:40 AM, Donald Bynum <[email protected]> wrote: > My apologies - I am running DSpace 5.5 with the XMLUI interface using the > Mirage theme. > > > On Saturday, October 29, 2016 at 10:37:14 AM UTC-4, Donald Bynum wrote: >> >> I would like to send an email to the logged in eperson when a bitstream >> is downloaded. If this is not possible, then I would cope with sending an >> email to an eperson on item view. My epersons usernames are their email >> address. Does anyone have a code excerpt that does this? Currently an >> email is sent to the logged in eperson after a successful submission. If >> someone could tell me which code page does that, perhaps I could use that >> as a reference. >> >> Any help would be much appreciated. >> >> Regards, >> >> Don. >> > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- Terry Brady Applications Programmer Analyst Georgetown University Library Information Technology http://georgetown-university-libraries.github.io/ <https://www.library.georgetown.edu/lit/code> 425-298-5498 (Seattle, WA) -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
