Responsive Email -- HTML Stripped
Has anyone been able to successfully create a Responsive email with Sendy? We traditionally add media queries to make an email responsive, however, with Sendy it seems that the only way to have styles attached to the email is using inline styles (referring to this discussion: http://forum.sendy.co/discussion/447/why-is-html-getting-stripped-when-not-using-the-wysiwyg-editor/p1) which I am sure you know would not work for responsive.... any thoughts? We are using the Antwort responsive email for testing purposes right now
This discussion has been closed.
Comments
Hi @RASREYE,
You can make your newsletter responsive as long as it's coded properly and it's tested with a device or browser with a mobile user agent.
Sendy does not strip HTML tags. Use the HTML editor (not WYSIWYG editor), paste in your HTML code and Sendy will save it as it is, you can check the database directly to see that your code is saved in its original form.
Having your CSS inline is what email clients require in order to display your newsletter properly, it's not how Sendy works.
You can include your media queries at the head of your HTML and modern email clients used by mobile devices will pick it up.
Thanks.
Ben
Perfect.. thanks Ben!