JeromeDL: The Semantic Digital Library - Installation


SMTP Settings

Many places where JeromeDL was installed in its early days required special SMTP setting for e-mail delivery. Although those settings are used only when user registers him/herself to the system - they need to be set up if you ISP requires any special configuration.

In order to change email settings, go to JeromeDL/WEB-INF/jeromedl.properties and alter the following properties:
  • jeromedl.foafmatic.adminEmail - the email of the person allowed to send emails
  • jeromedl.foafmatic.fromEmail - the email that appears as the sender of the registration emails sent by JeromeDL
  • jeromedl.foafmatic.smtpServer - the address of the SMTP server
  • jeromedl.foafmatic.mail.auth - use SMTP authentication (true|false)?
  • jeromedl.foafmatic.mail.username - username used for SMTP authentication
  • jeromedl.foafmatic.mail.password - password used for SMTP authentication
Here is an example configuration:
jeromedl.foafmatic.adminEmail = no.one@no.com
jeromedl.foafmatic.fromEmail = no.user@no.com
jeromedl.foafmatic.smtpServer = smtp.no.com
jeromedl.foafmatic.mail.auth = false
jeromedl.foafmatic.mail.username = false
jeromedl.foafmatic.mail.password = false