Current Dspace Version: 1.5.2

A while back someone who worked here added a component
/dspace/modules/jspui/src/main/java/org/dspace/core/Email.java
I believe the purpose of this was to allow us to connect to gmail via smtp
using TLS.  This was setup and working fine.  However, now I need to change
our email settings so that they use our internal smtp server.  The problem
is that our internal email server is not ssl or tls.  I've verified that the
email settings (host, uname, pass, port) are correct on a different
installation of dspace (without the Email.java component).  To me, it seems
that the problem has to be that dspace is trying to connect to our internal
system using the ssl or tls protocols.

Is there someone way I can fix this short of removing the Email.java file
and repackaging?

Thanks for your help.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to