Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exported MailChimp HTML template is looking different

When I send test mail from MAilchimp it looks fine

Email sent from mailchimp

But when I export the template code and send it through putsmail.com or other service it strips the styling Email sent through putsmail

What am I missing here ?

The Code i.e. html n css

like image 482
user2539745 Avatar asked Jun 25 '14 10:06

user2539745


1 Answers

When you export your email template from Mailchimp the css is still in the head of the email and is not inlined yet. Gmail strips out the CSS automatically which is why it looks different. All email clients handle this differently which is why it's good to inline your styles. Mailchimp actually offers their own inliner tool.

Run the exported HTML through this and then try sending the new inlined code. It should get you closer to where you want to be.

http://templates.mailchimp.com/resources/inline-css/

This answer might be late but hopefully it helps.

like image 200
elliot-3229173 Avatar answered Sep 25 '22 13:09

elliot-3229173