Setting up email: Difference between revisions
⧼vector-appearance-label⧽
No edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
You need to add the following as a new line at around line 32: | You need to add the following as a new line at around line 32: | ||
'''smtp_server' => ' | '''smtp_server' => 'smtpserver.domain.tld','' | ||
e.g. | |||
'''smtp_server' => 'smtp.foobar.ac.uk','' | |||
= | |||
Revision as of 11:20, 18 August 2006
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',