We can successfully setup sending commit e-mails, by adding a post commit hook to a repository, via SMTP. However this only works when the SMTP connection does not use SSL. We are going to lose our non-SSL SMTP server soon, so we're moving everything to use the SSL based SMTP connection.
However, if we use the server settings for SSL (port 465), including using full user name and password, collabnet can not send any e-mails, it returns with an error saying Connection Closed Unexpectedly.
It seems to me that the python libraries included with Collabnet Subversion Edge does not support SSL SMTP. Can anybody confirm?
Any other alternatives that we can use?
Edit: We are on Win7, x64