Exclamation appearing in smtpmail body

A

Aaron McAlpine

I have a class that sends email using smtpmail. It's worked fine for almost
a year (.Net v1.0), but yesterday I had to make changes to it, and we've
since upgraded to .Net v1.1. Now, at byte 990 of a particular mail body,
there is an exclamation point, carriage return and a space inserted into the
message. After that, the rest of the original message. I found a thread to
a very simiar problem, but it didn't have a resolution:

http://groups.google.com/groups?hl=...%23WgZGDHA.2264%40TK2MSFTNGP12.phx.gbl&rnum=7

Can anyone help me here?

Thanks,
Aaron
 
A

Aaron McAlpine

More info on this issue...

It seems that this only happens on our new server (I forgot about that
difference! duh). The component running on Win2K3 Enterprise Server has the
issue, but running on Win2K Server or Pro does not have the problem. Also,
the ! CR SP appears approximately every 990 bytes in longer messages, so
it's not just once per message. This component is being called by the spOA*
stored procedures in SQL Server 2000. Changing the message to be sent via
xp_sendmail does not have the problem (bypassing the component - same
message body).

Help???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top