Note that there are some explanatory texts on larger screens.

plurals
  1. POLinks in HTML email broken in some email clients
    primarykey
    data
    text
    <p>I am sending an email from my web application, but unfortunately it is broken in some email clients like outlook.com. The url is URL encoded using HttpUtil.UrlEncode and appears fine in desktop Outlook or gmail, but in outlook.com the unicode encoded characters in the link part of are converted back to normal characters (: - etc).</p> <p><code>&lt;a href="http://1.1.1.1/fulfillment/URLLink.acsm?action=enterorder&amp;ordersource=AAAA&amp;orderid=AAAA&amp;resid=urn%3auuid%3a52345ffd-d3a4-2452-fas3-234234df3fda&amp;gbauthdate=07%2f15%2f2013+09%3a46&amp;dateval=1373892365&amp;gblver=4&amp;auth=52345ffdd3a4a452fad3234234df3fda4324ad6d"&gt;http://1.1.1.1/fulfillment/URLLink.acsm?action=enterorder&amp;ordersource=AAAA&amp;orderid=AAAA&amp;resid=urn%3auuid%3a52345ffd-d3a4-2452-fas3-234234df3fda&amp;gbauthdate=07%2f15%2f2013+09%3a46&amp;dateval=1373892365&amp;gblver=4&amp;auth=52345ffdd3a4a452fad3234234df3fda4324ad6d&lt;/a&gt;</code></p> <p>When you click the link in outlook.com it opens:</p> <p><code>http://1.1.1.1/fulfillment/URLLink.acsm?action=enterorder&amp;ordersource=AAAA&amp;orderid=AAAA&amp;resid=urn:uuid:52345ffd-d3a4-2452-fas3-234234df3fda&amp;gbauthdate=07/19/2013+17:11&amp;dateval=1374264715&amp;gblver=4&amp;auth=52345ffdd3a4a452fad3234234df3fda4324ad6d</code></p> <p>I am running out of ideas. Anyone?</p> <p><strong>MORE INFO</strong>: Mail is base64 encoded when received in the mail client:</p> <p><code> Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 </code></p> <p>HTML header inside is:</p> <p><code>&lt;!DOCTYPE HTML PUBLIC"-//IETF//DTD HTML//EN"&gt;&lt;html&gt;&lt;head&gt;&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"&gt;&lt;/head&gt;</code></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload