diff --git a/doc/upgrade-1.3.html b/doc/upgrade-1.3.html
index f2a78ee7..c214dff6 100644
--- a/doc/upgrade-1.3.html
+++ b/doc/upgrade-1.3.html
@@ -28,7 +28,18 @@
-
upload.directory and LuceneSetup.indexDir are merged into vitro.home.directory.
+ upload.directory and LuceneSetup.indexDir are merged into vitro.home.directory [see JB for further details]
+
+ Email parameters in deploy.properties have changed. [see JB for further details]
+
+ -
+ Vitro.smtpHost is replaced by email.smtpHost
+
+ -
+ Added email.replyTo as the "from" and "reply-to" address
+ that appear in emails sent by the application.
+
+
Template changes [see RY for further details]
diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml
index 517184b7..e05793fa 100644
--- a/productMods/WEB-INF/web.xml
+++ b/productMods/WEB-INF/web.xml
@@ -50,6 +50,10 @@
edu.cornell.mannlib.vitro.webapp.config.RevisionInfoSetup
+
+ edu.cornell.mannlib.vitro.webapp.email.FreemarkerEmailFactory$Setup
+
+