Difference between revisions of "Adminemail.pl"

From EPrints Documentation
Jump to: navigation, search
(Created page with 'The admin email address of a repository should be the technical person responsible for the server on which EPrints is installed. This is the email address which is displayed when…')
 
(Added actually file name in bold.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
The admin email address of a repository should be the technical person responsible for the server on which EPrints is installed. This is the email address which is displayed when an internal server error occurs or when other technical failers happen. When you change this file you must restart your webserver.
+
{{dirs}}
 +
{{cfgd}}
 +
 
 +
'''adminemail.pl''' holds the admin email address for the repository archive.  The admin email address of a repository archive should be the technical person responsible for the server on which EPrints is installed. This is the email address which is displayed when an internal server error occurs or when other technical failers happen. When you change this file you must restart your webserver.
 +
 
 
An example is shown below:
 
An example is shown below:
  
 
  $c->{adminemail} = 'foo@bar.ac.uk';
 
  $c->{adminemail} = 'foo@bar.ac.uk';

Latest revision as of 12:02, 27 January 2022

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Back to cfg.d

adminemail.pl holds the admin email address for the repository archive. The admin email address of a repository archive should be the technical person responsible for the server on which EPrints is installed. This is the email address which is displayed when an internal server error occurs or when other technical failers happen. When you change this file you must restart your webserver.

An example is shown below:

$c->{adminemail} = 'foo@bar.ac.uk';