Implicit multipart emails using Ruby on Rails and ActionMailer won’t work
I've been beating my head against the wall trying to figure out why html emails from my Rails Engine are sent out as plain text ie the email shows up with all the html tags visible. Turns out there is an issue in Rails 2.3.2:
https://rails.lighthouseapp.com/projects/8994/tickets/2263-rails-232-breaks-implicit-multipart-actionmailer-tests. For now I'm just setting my emails to html, but I'm hoping to find either a monkey patch or a Rails update that fixes the issue.
More from jbasdf
- Rails Conf Intro from Chad Fowler and Some Stuff from the Mountain West Ruby Conference
- A copy of ApplicationController has been removed from the module tree but is still active! And can’t dup NilClass
- Ajax calls using jQuery in Ruby on Rails
- Ruby on Rails i18n with the Rails I18n Textmate bundle
- ActiveSalesforce and Ruby on Rails > 2.1
Justin Ball is a software consultant and entrepreneur with a passion for Ruby. He evolved from a C++ and .Net monkey into a python programmer and finally found Ruby. In the rare moments when he isn't writing code, talking about code or measuring his code productivity in profanity per hour, you can find him on his bike in the mountains or on the roads surrounding Cache Valley. 









