| Issue 217: | Ruby 1.8.7 breaks when using Gmail servers | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
Fixed
|