Contribute to the DSpace Development Fund

The newly established DSpace Development Fund supports the development of new features prioritized by DSpace Governance. For a list of planned features see the fund wiki page.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

Registered users can subscribe to collections in DSpace. After subscribing, users will receive a daily email containing the new and modified items in the collections they are subscribed to.

Email Subscriptions are not available in DSpace 7.0. They are scheduled to be restored in a later 7.x release (currently 7.2), see DSpace Release 7.0 Status


Adding new subscriptions

Adding new subscriptions is only available to users who are logged in.

In the User interface, new subscriptions are added on the users Profile page. 

In the JSP User Interface, a specific dialog "Receive Email Updates" is available from the dropdown in the top right corner.

Screenshot of the top right dropdown in JSPUI, highlighting the option to receive email updates.

System configuration for sending out daily emails

To send out the subscription emails you need to invoke the sub-daily script from the DSpace command launcher. It is advised to setup this script as a scheduled task using cron.

This script can be run with a parameter -t for testing purposes. When this parameter is passed, the log level is set to DEBUG to ensure that more diagnostic information will be added to the dspace logfile. 

  • No labels