B
B
beefront172017-07-14 13:57:19
css
beefront17, 2017-07-14 13:57:19

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

5 answer(s)
V
Viktor Yanyshev, 2017-07-14
@villiwalla

Layout of letter templates is back in the 90s

S
Sergey Ch, 2017-07-14
@elov4anin

Use the kilogram letter layout framework https://github.com/dudeonthehorse/kilogram

Y
Yaroslav Rostanets, 2017-07-17
@djarik

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.

K
koanvl, 2017-07-14
@koanvl

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.

D
Dmitry, 2017-07-15
@soledar10

Layout for letters should be tabular with inline styles
More details - https://habrahabr.ru/post/252279/ Tags
support in mailers - https://www.campaignmonitor.com/css/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question