All Versions
DSpace Documentation
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.
Sends an email message to the administrator address (configuration property mail.admin ). This is useful for testing basic email sending as well as the templates for various specific email bodies.
With no arguments, dspace test-email sends a simple test message.
With arguments, the command composes a message using the template named in the first argument, with message parameters given by subsequent arguments:
bin/dspace config/emails/test-email export_error "An error" https://dspace.myu.edu/feedback/
This command can be used to load bitstream format or metadata registries into the database.
See also Metadata and Bitstream Format Registries
[dspace]/bin/dspace registry-loader [-b <arg>] [-h] [-m <arg>]
-h,--help | print help message |
-b,--bitstream <arg> | load bitstream format registry from specified file |
-m,--metadata <arg> | load metadata registry from specified file |
# Load Bitstream metadata [dspace]/bin/dspace registry-loader -b [dspace]/config/registries/bitstream-formats.xml # Load metadata registry for 'local' namespace [dspace]/bin/dspace registry-loader -m [dspace]/config/registries/local-types.xml