Cogent SMTP TLS
Cogent SMTP TLS is a plugin that provides a way to use an SMTP server that requires SSL. Ruby 1.8.5 does not provide a way to do that, but this patch (which was sourced from the net - from where?) corrects the problem. It may stop SMTP working with other servers.
This should become redundant when SSL support is available in Ruby.
Installation
EDGE
To install using SVN:ruby script/plugin install svn://rubyforge.org/var/svn/cogent-rails/trunk/plugins/cogent_smtp_tls
or using HTTP:
ruby script/plugin install http://cogent-rails.rubyforge.org/svn/trunk/plugins/cogent_smtp_tls
Stable
To install using SVN:ruby script/plugin install svn://rubyforge.org/var/svn/cogent-rails/branches/stable/plugins/cogent_smtp_tls
or using HTTP:
ruby script/plugin install http://cogent-rails.rubyforge.org/svn/branches/stable/plugins/cogent_smtp_tls
