Hi
I just experienced a problem with workflow notification. The symptom of this problem is that some hyperlink in the email notification is broken. When we look into the broken link, we found some unexpected %20 in the URL. After some investigation we believe it is because the HTML source code of the email content don't contain any line break. When the email content was submitted to a SMTP server, the SMTP server will insert some line break when it reach the 1000 characters limit, if the line break just occur in the URL, it will be recognized as %20 in browser.
Does any one else have same problem? How can I solve it?