You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emails aren't being displayed correctly on Outlook
On desktop
On browser
I've tried adding <mjml></mjml> before the template as was suggested here mjmlio/mjml-app#234
and adding owa="desktop" as was suggested here #1333
but they don't seem to be doing anything,
I tested these on putsmail.com, Using version 3.3.3 and version 4.5.1
Using try it live on
MJML code
<mjmlversion="3.3.3">
<mj-head>
<mj-styleinline="inline">
a {
color: black;
}
</mj-style>
</mj-head>
<mj-bodybackground-color="white"color="#55575d"font-family="Roboto, sans-serif">
//HEADER WITH LOGO
<mj-sectionbackground-color="white"background-repeat="repeat"padding="10px 0"text-align="center"vertical-align="top">
<mj-column>
<mj-imagealign="center"padding="20px"src="https://www.jumbomail.me/Content/img/logos/logo-grey.png"width="186px"></mj-image>
</mj-column>
</mj-section>
//MAIN BODY INSIDE THE BORDER
<mj-sectionbackground-color="#ffffff"background-repeat="repeat"padding="20px 40px"text-align="center"vertical-align="top"border="1px #eee solid">
//group of email and donwload
<mj-columnwidth="100%">
<mj-textalign="center"font-size="20px"padding-bottom="5px">
[email protected]
</mj-text>
<mj-textalign="center"font-size="16px"padding-top="0">
Sent you some files via JUMBOmail
</mj-text>
<mj-textalign="center">
Please note, Eran Ronen requested payment for downloading the files
</mj-text>
<mj-textalign="center"font-size="15px">
<b>Total amount:
100.00 ILS</b>
</mj-text>
<mj-textalign="center">
Your payment will be transferred on your behalf to Eran Ronen via JUMBOPay
</mj-text>
<mj-buttonbackground-color="#15B4D4"color="white"border-radius="25px"height="50px"width="160px"font-size="15px"padding="30px">
Get your files
</mj-button>
</mj-column>
//two columns section
<mj-groupwidth="100%">
<mj-column>
<mj-text>
1,544 files 487MB
</mj-text>
</mj-column>
<mj-column>
<mj-text>
Will be deleted on 15 August 2019
</mj-text>
</mj-column>
</mj-group>
<mj-columnwidth="100%">
<mj-text>
Download link: <ahref="#"style="color: #15B4D4">https://www.jumbomail.me/j/rC82q0R3dk2DgXo</a>
</mj-text>
</mj-column>
// mail info section
<mj-columnwidth="100%">
<mj-dividerborder-width="1px"border-color="#eee" />
<mj-textpadding-bottom="0"padding-top="30px"font-size="15px">
Images form the wedding
</mj-text>
<mj-textpadding-bottom="30px"line-height="20px">
Hi,
This is a demo content for the sent mail as it will appears in the recipient's email.
More text here as much as needed
</mj-text>
<mj-textpadding-bottom="0">
<b>This JUMBOmail includes:</b>
</mj-text>
<mj-textpadding-bottom="30px">
123123.jpg, Test.pdf, asdasd.jpg +23
</mj-text>
</mj-column>
<mj-columnwidth="100%">
<mj-textpadding-bottom="30px"font-size="15px">
Private signature of sender
</mj-text>
</mj-column>
</mj-section>
<mj-sectionbackground-color="#eeeeee"background-repeat="repeat"padding="0"text-align="center"vertical-align="top"border-radius="0 0 5px 5px">
<mj-columnpadding="5px 0">
<mj-textcolor="#444">
Get more out of JUMBOmail, <ahref="#"style="color:#444">GO PRO</a>
</mj-text>
</mj-column>
</mj-section>
//FOOTER INFO UNDER BORDER
<mj-sectionbackground-color="#ffffff"background-repeat="repeat"vertical-align="top"text-align="left"padding="10px 0">
<mj-columnwidth="100%">
<mj-textfont-size="12px"padding="5px 0"color="#444">
To make sure our emails arrive, please add <ahref="#">[email protected]</a> to your contacts.
</mj-text>
</mj-column>
<mj-columnwidth="100%">
<mj-textfont-size="12px"color="#444"padding="5px 0px">
Please do not reply to this email. This message is an automated notification from JUMBOmail.
<br>To unsubscribe from future notifications or to update your email preferences <ahref="#">click here</a>
</mj-text>
</mj-column>
<mj-groupwidth="100%">
<mj-columnwidth="80%">
<mj-textfont-size="12px"color="#444">
<ahref="#"> www.jumbomail.me </a>
</mj-text>
</mj-column>
<mj-columnwidth="20%">
<mj-textfont-size="12px">
<ahref="#">Terms to use</a>
</mj-text>
</mj-column>
</mj-group>
</mj-section>
</mj-body>
</mjml>
The text was updated successfully, but these errors were encountered:
Emails aren't being displayed correctly on Outlook
On desktop
On browser
I've tried adding
<mjml></mjml>
before the template as was suggested here mjmlio/mjml-app#234and adding owa="desktop" as was suggested here #1333
but they don't seem to be doing anything,
I tested these on putsmail.com, Using version 3.3.3 and version 4.5.1
Using try it live on
MJML code
The text was updated successfully, but these errors were encountered: