Email providers compatibility & styling issues #5769
Unanswered
saharhagekr
asked this question in
Q&A
Replies: 1 comment
-
You should create components and emails using widely supported styles.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i have a question
I am using grapesjs (in my vuejs project), in order to let customers build emails. as i finished building the editor and all the framework, and when we got to testing phase, i noticed some inconsistencies when sending the email. some stuff were because of some email providers incompatibilities or some stuff that they do not support.
for example:
1- flexbox properties. i built a lot of components and blocks based on flex positions, but the properties are not being applied on some email providers like gmail.
2- videos: iFrames are apparently not supported by some providers.
3- media queries: while everything design-related is under a media query, depending on the screen size, any styling under a media query are getting ignored by some email providers.
i know here the problem is coming from support and i am not sure if there is anything i can do about it.
is there any possible solution? does anyone encounter this problem before?
Beta Was this translation helpful? Give feedback.
All reactions