biddyweb / substruct

Automatically exported from code.google.com/p/substruct
0 stars 0 forks source link

Ruby 1.8.7 breaks when using Gmail servers #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r348.

Original comment by subim...@gmail.com on 12 Sep 2010 at 4:43