Issue 217: Ruby 1.8.7 breaks when using Gmail servers
Status:  Fixed
Owner:
Closed:  Sep 2010
Project Member Reported by subim...@gmail.com, Sep 11, 2010
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


Sep 11, 2010
Project Member #1 subim...@gmail.com
This issue was closed by revision r348.
Status: Fixed