Unable to register new user due to SMTP problem
Status: Beta
Brought to you by:
adam_boas
I am unable to start using this application due to the registration process.
I have tested connectivity to our internal mail server, and everything works fine ( I can connect using telnet mailserver 25). However, express is not able to send the email notification. Error is:
javax.net.ssl.SSLException: Unrecognized SSL message; plaintext connection?
you mentioned in an earlier post that version 0.8RC2 should have an option to turn off email notification, and thatm back in 2011, you were about to release it.
are you still supporting this project? can we have a new version with the option to turn off email notification?
thanks for your time.
alex
You can close this artifact. The problem in my setup was the TLS was enabled by default in the applicationContextNotification.xml file. Once I commented out the TLS configuration, the system started to work.