Hello everyone, I'm trying to use ActionMailer to send out emails via a third party SMTP service. On my development box (running ruby 1.8.6) everything works without a hitch. On the production server(ruby 1.8.7) it fails because the ActionMailer is trying to use SSL. So any suggestions as to how to stop this?
I've tried adding: ActionMailer::Base.smtp_settings[:enable_starttls_auto] = false to both the environments file, and the actual ActionMailer intializer. And I've also tried commenting out the check in the ActionMailer base code, but neither worked. Any ideas? Thanks! Miah Petersen -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

