What steps will reproduce the problem?
1. Upgrade Ruby to 1.8.7
2. Attempt to send email via TLS patch / GMail
3. Mail fails...
What is the expected output? What do you see instead?
Ruby 1.8.7 and newer versions of rails are incompatible with the smtp_tls patch
we were using previously. New versions of rails bake in support for TLS, but
it's not compatible across 1.8.6 and 1.8.7 versions of ruby.
Should use a plugin to handle these differences so sending mail via Gmail works
across all installs.
http://github.com/collectiveidea/action_mailer_optional_tls
Original issue reported on code.google.com by subim...@gmail.com on 11 Sep 2010 at 11:44
Original issue reported on code.google.com by
subim...@gmail.com
on 11 Sep 2010 at 11:44