NIHVIVO-2279 Implement FreemarkerEmailFactory and standardize on it. Change the parameters used to enable e-mail.

This commit is contained in:
j2blake 2011-05-24 19:30:55 +00:00
parent 8f65033e34
commit 9593b175a8
2 changed files with 16 additions and 1 deletions

View file

@ -28,7 +28,18 @@
</ul>
</toc>
<h3>upload.directory and LuceneSetup.indexDir are merged into vitro.home.directory.</h3>
<h3>upload.directory and LuceneSetup.indexDir are merged into vitro.home.directory [see JB for further details]</h3>
<h3>Email parameters in deploy.properties have changed. [see JB for further details]</h3>
<ul>
<li>
Vitro.smtpHost is replaced by email.smtpHost
</li>
<li>
Added email.replyTo as the "from" and "reply-to" address
that appear in emails sent by the application.
</li>
</ul>
<h3>Template changes [see RY for further details]</h3>
<ul>

View file

@ -50,6 +50,10 @@
<listener-class>edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup</listener-class>
</listener>
<listener>
<listener-class>edu.cornell.mannlib.vitro.webapp.email.FreemarkerEmailFactory$Setup</listener-class>
</listener>
<!-- DefaultThemeSetup needs to run before the JenaDataSourceSetup
to allow creation of default portal and tab -->
<listener>