Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add docs for 7.5

Table of Contents
minLevel2
stylenone

Introduction

Info

This feature is available in 7.5 or later. 

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

...

titleDSpace 7.0 does not yet support

...

to

...

.

...

Adding new subscriptions

Adding new email 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.Image Removed

...

, browse to the Community or Collection you wish to subscribe to, and click on the Subscribe button.

Image Added

After clicking that button, you'll see a popup window which allows you to select the frequency of subscription you'd like.

Image Added

Currently, three frequency options are available:

  • Daily:  Receive a daily email of Items under the Community/Collection which have been updated in the last day.
  • Weekly: Receive a weekly email of Items under the Community/Collection which have been updated in the last week.
  • Monthly: Receive a monthly email of Items under the Community/Collection which have been updated in the last month.

Managing your subscriptions

To manage your subscriptions, visit your "Subscriptions" page under your user profile:

Image Added

From this page, you are able to see all your current Community/Collection subscriptions.  You can choose to edit or delete any in the list.

Enable sending out emails

Note
titleRun "subscription-send" to enable

NOTE: Until you enable the "subscription-send" script, users will not receive the email updates for their subscriptions.  It is HIGHLY RECOMMENDED to enable this script via Scheduled Tasks via Cron.  See sample settings on that page.

To send out the subscription emails you need to MUST invoke the subsubscription-dailysend script from the DSpace command launcher-line or Processes UI. It is advised to setup this script as a scheduled task using cron. Scheduled Tasks via Cron.  See sample settings on that page. 

This script requires the "-f" (--frequency) parameter with a value of "D" (Daily), "W" (Weekly), or "M" (Monthly).  Keep in mind, you will want to schedule it to run on a Daily, Weekly and Monthly basis to send the appropriate emails.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.