Hello everyone,
I am trying to put a URL in the body of a SMTP object.
smtp.Body = "http://host/action?a=40.23"
eMail is correctly sent.
However, when I read it the mail, the URL is altered:
http://host/[email protected]
It seems that =40 is a special code or similar, and it is changed to @
How can I solve this problem?
Thank you in advance.
Jose Antonio
I am trying to put a URL in the body of a SMTP object.
smtp.Body = "http://host/action?a=40.23"
eMail is correctly sent.
However, when I read it the mail, the URL is altered:
http://host/[email protected]
It seems that =40 is a special code or similar, and it is changed to @
How can I solve this problem?
Thank you in advance.
Jose Antonio