SF Patch #1720105 Add SMTP port as configurable parameter

git-svn-id: http://scm.dspace.org/svn/repo/trunk@2157 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Stuart Lewis
2007-08-23 13:00:25 +00:00
parent a87167901f
commit c2a5c1f564
2 changed files with 5 additions and 0 deletions

View File

@@ -136,6 +136,8 @@
(Chris Yates) (Chris Yates)
- SF Patch #1711982 Updates to short_description (null) field when editing/creat - SF Patch #1711982 Updates to short_description (null) field when editing/creat
(Kyle Brentnell)
- SF Patch #1720105 Add SMTP port as configurable parameter
1.4.1 final 1.4.1 final
=========== ===========

View File

@@ -64,6 +64,9 @@ mail.server=smtp.myu.edu
# mail.server.username = myusername # mail.server.username = myusername
# mail.server.password = mypassword # mail.server.password = mypassword
# SMTP mail server alternate port (defaults to 25)
# mail.server.port = 25
# From address for mail # From address for mail
mail.from.address = dspace-noreply@myu.edu mail.from.address = dspace-noreply@myu.edu