Responsive Email Templates for 7.8.5?

Does SuiteCRM allow creation of responsive email templates? If so, how? I have tried to copy/paste a basic responsive email template - just one column with an image at top - but it’s not working. Thanks!

The email editor is set to strict HTML for emails so it automatically strips out any CSS that can’t be guaranteed to work in email clients. This puts some restrictions on what you can put in emails and it will require you to step up your email code. Here are some things you should know…

Background-color = bgcolor

Inline CSS only except for the ability to use the “style” options for: td, h1,h2, h3, etc…

I suggest you play around with your code until you get formatted in a way where it is not getting stripped out of emails.