Hi, just to note that such functionalities are available in DSpace-CRIS
https://github.com/4Science/DSpace Any registered user can subscribe update on any object in the system, including the author profile, and receive daily, weekly or monthly emails following his preference with usage statistics information (how many view and download in the period, the increment/decrement against the previous period). The script to configure in CRONTAB is https://github.com/4Science/DSpace/blob/dspace-cris-5.5.0/dspace-cris/api/src/main/java/org/dspace/app/cris/batch/ScriptCrisSubscribe.java Andrea Il 31/10/2016 17:01, Terry Brady ha scritto: 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]<mailto:[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]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[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]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout. -- Andrea Bollini Chief Technology and Innovation Officer 4Science, www.4science.it<http://www.4science.it> office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy mobile: +39 333 934 1808 skype: a.bollini linkedin: andreabollini orcid: 0000-0002-9029-1854 an Itway Group Company Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates -- 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.
