SMTP mail-encoding

T

Teggaman

Hi,

I've written a simple app to get some data and email a simple string
to a particular email address. The string is created and uses not
unusual characters.

The problem is, when I install this app on a particular server, the
SMTP stops sending in 7bit, and starts sending the msg in
Quoted-printable. Unfortunately this is of no use to me as the
recipient of the message needs this in 7bit.

This is baffling me, and I've tried IIS settings as well as setting
the mail-encoding of the mail object in dotnet to no avail.

The server is running advanced server 2000. I have tested on other
servers inc, 2000 standard and client configurations and all is well.

If anyone can help me please let me know.

Thanks

GC
 
G

Guest

Search this forum because around 6 weeks ago I posted the code to exactly the
same answer
 
G

Guest

Just search this forum because around 6 weeks ago I posted the code for
exactly the same question.

All the answers are in the VB.NET in built MSDN documentation
 
T

Teggaman

Crouchie1998 said:
Just search this forum because around 6 weeks ago I posted the code for
exactly the same question.

All the answers are in the VB.NET in built MSDN documentation


Hi Thanks for this, but my message hasn't got an attachment, and I
need the body of the mail encoded differently. Also, This doesn't tell
me why it is different on these servers to all the others.

Any help would be appreciated.

Thanks

Greg
 

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

Similar Threads


Top