Setting up email

From EPrints Documentation
Revision as of 11:20, 18 August 2006 by Ckeene (talk | contribs)
Jump to: navigation, search

Edit /opt/eprints2/perl_lib/EPrints/SystemSettings.pm

You need to add the following as a new line at around line 32:

'smtp_server' => 'smtpserver.domain.tld',

e.g.

'smtp_server' => 'smtp.foobar.ac.uk',