I have a problem with header of email, which I send by google apps script in HTML format. I created layout, here is code:
<body>
<div id="logo" style="padding:10px 8px 10px 8px; font-family: arial,sans-serif">
<img src="logo.png" />
<span class="title" style="color: #808080; font-size: 35px; padding-left: 530px">Lorem </span>
</div>
...
In chrome as well as in Gmail it is displayed correctly link
However email in outlook is displayed incorrect link
Could someone help me, how to modify HTML code, I want to title (Lorem) on the right side. Thank you in advance.