I'm trying to find out how we can dump the generated HTML content of the email. The Previewing section [https://github.com/Mange/roadie-rails#previewing] does not appear to work anymore. The method NewsletterMailer.user_newsletter(current_user).html_body.decoded cannot find "html_body", however there is "html_part".
I'm trying to find out how we can dump the generated HTML content of the email. The Previewing section [https://github.com/Mange/roadie-rails#previewing] does not appear to work anymore. The method NewsletterMailer.user_newsletter(current_user).html_body.decoded cannot find "html_body", however there is "html_part".
Any suggestions on how to do this?
Thanks,
Ryan