Difference between revisions of "Setting up email"
m (Reverted edit of LbhVye, changed back to last version by Ckeene) |
|||
Line 8: | Line 8: | ||
'''smtp_server' => 'smtp.foobar.ac.uk','' | '''smtp_server' => 'smtp.foobar.ac.uk','' | ||
+ | [[Category:Configuration]] | ||
+ | [[Category:Rubbish]] |
Revision as of 17:07, 8 February 2010
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',