NIHVIVO-2279 Implement FreemarkerEmailFactory and standardize on it. Change the parameters used to enable e-mail.
This commit is contained in:
parent
8f65033e34
commit
9593b175a8
2 changed files with 16 additions and 1 deletions
|
@ -28,7 +28,18 @@
|
||||||
</ul>
|
</ul>
|
||||||
</toc>
|
</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>
|
<h3>Template changes [see RY for further details]</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -50,6 +50,10 @@
|
||||||
<listener-class>edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup</listener-class>
|
<listener-class>edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup</listener-class>
|
||||||
</listener>
|
</listener>
|
||||||
|
|
||||||
|
<listener>
|
||||||
|
<listener-class>edu.cornell.mannlib.vitro.webapp.email.FreemarkerEmailFactory$Setup</listener-class>
|
||||||
|
</listener>
|
||||||
|
|
||||||
<!-- DefaultThemeSetup needs to run before the JenaDataSourceSetup
|
<!-- DefaultThemeSetup needs to run before the JenaDataSourceSetup
|
||||||
to allow creation of default portal and tab -->
|
to allow creation of default portal and tab -->
|
||||||
<listener>
|
<listener>
|
||||||
|
|
Loading…
Add table
Reference in a new issue