Hi, All
I have very strange problem of missing some special characters like DOT (.) in the content of the mail with CDONTS Mail object.I am using COM(in
VB) to send mails,COM generates mail content by reading some files for email header footer and some DB fields for content of the mail , and some hard coded content is there
Now my problem is in some mails it sends the content properly and in some mails DOT(.) is missing before the file Extension for some links ,for some Images and hence is not showing the Images in the mail and links too are not opening the .ASP pages........(i.e instead of <a href='sample.asp'> is gives out <a href='sampleasp'> and <image src='images/sampleJPG')
I tried with writing the mail.body in the HTML file just before the mail.send statement and interestingly there it is showing the correct mail content...then I tried with the other mail Object CDO and that too is giving same problem for some other Images and links.....I am not able to figure out the root cause of the problem
Can any body tell me what is going wrong ? and help me for solving this problem on urgent basis
Thanx in Advance :)
Sunil