when hyperlink is sent in an email, the hyperlink works fine as long as it doesn't end with an "=" character. e.g
<code>
http://example.com/my-service?access-token=abcd1219191=
</code>
When seen in Microsoft Outlook on Windows the = character at the end of hyperlink is no longer a part of the hyperlink i.e
<code>
<http://example.com/my-service?access-token=abcd1219191>=
</code>
only the part between <> remains a hyperlink , this causes link to not work as expected.
Any clues to get around this problem??
Note : The above thing works perfectly fine on Microsoft Outlook for Mac.