Answer the question
In order to leave comments, you need to log in
Layout of letters for outlook, help?
Good afternoon! Can you please tell me how to type up emails correctly so that everything is reflected normally in all mailers?
Now everything looks like this:
- the Magento project itself
- about 50 emails
- there is a separate css file with styles that is inserted into each template.
On gmail everything is fine, but on outlook everything is very bad.
Outlook does not accept classes at all.
Please tell me if there is any solution to this problem?
I would be very grateful for your help!
Answer the question
In order to leave comments, you need to log in
Use the kilogram letter layout framework https://github.com/dudeonthehorse/kilogram
1. Outlook does not accept margin. Use padding.
2. Background-image does not work in Outlook, you need to insert
3. Everything should be tables. Even the link-button is a table.
4. All styles must be inline.
Letters are typed in tables, styles are added to the tag through the style attribute. Many mailers don’t perceive classes, they don’t perceive the margin property, or they redraw it as they need.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question