Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Missing dot in message body sent via CDONTS

Status
Not open for further replies.

denoxis

Programmer
Jul 22, 2002
154
US
Hi,

I'm not sure If I have mentioned this one here before. I generate some text message and send them via CDONTS. The thing is, message appear with the dots removed. For example,

<a href=abc.htm>abc.htm</a>

may appear like this

<a href=abc.htm>abchtm</a>

or like this

<a href=abchtm>abc.htm</a>

It happens randomly regardless of mail reader. And I'm sure the body text is correct because I saved it as a text file. The server is Windows 2000. Any ideas?

 
I'm not sure why this could be happening.
As normal practice for me though I try to enclose HTML values in quotes;

<a href=&quot;abc.htm&quot;>abc.htm</a>


HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top