kshnurov / mandrill_dm

A basic Mandrill delivery method for Rails.
MIT License
46 stars 45 forks source link

Use parsing for mail 2.5.x, but `instance_variable_get` for later versions #34

Closed spovich closed 8 years ago

spovich commented 8 years ago

Add compatibility with mail 2.5 using JSON.parse, but for mail 2.6+, use instance_variable_get.

kshnurov commented 8 years ago

Closed in favor of monkey-patching mail 2.5 https://github.com/spovich/mandrill_dm/wiki/Rails-3-(Mail-2.5)-support