Reputation: 727
I tried following this article: https://thoughtbot.com/blog/how-to-send-transactional-emails-from-rails-with-mandrill
I created a drag and drop template in Mailchimp and sent it to Mandrill. The Mailchimp preview and test email is good. In Mandrill, the preview is good but the actual email is broken (e.g., there is no background color for the email body).
Creating a template from scratch is not an option because I need my client to be able to take advantage of the Mailchimp drag and drop to edit templates.
Upvotes: 0
Views: 936
Reputation: 31
I think you can solve your problem by making Mandrill automatically inline your Mailchimp's template CSS as explained here :
To enable automatic inlining, select "Inline CSS Styles In HTML Emails" on the Sending Defaults page.
Upvotes: 1