Hi Friends,
Can any one help me in this.
ISSUE: I am Sending mail using CDONTS ASP Classic, In the email body I am sending document link i.e. <a href="ns testing .itabcdefghijklmnopqrstuvwxyzbcdefghijklmnopqrstuvwxyz!`@#$%^&,.doc" > Click here</a> when email is sent results of the links is different in different email clients. Outlook express 6. "Space" is automatically encoded to "%20" and "`" is edcoded to "%60" but rest of the special characters remains same because of which I get 404 File not found error.
I tried to send URL Encoded link using HTML URL encoding but when I receive email in OUTLOOK it automatically results the original link that is without ENCODING.
Can anyone answer what might be the solutions is?
Sunder Magar