My web pages generate clean HTML code for the email body. Somewhere between a page and the user's inbox (MS Outlook) the HTML is becoming corrupted, with spurious characters being inserted at random points - but not in every email.
I am using CDO to send the mail as follows:
Set objMessage = CreateObject("CDO.Message")
objMessage.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
objMessage.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "smtp.sksl.com"
objMessage.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
objMessage.Configuration.Fields.Update
Has anyone else encountered this problem, or have any ideas what the cause is?
The problem is becoming serious, as anti-spam software used by network providers is rejecting the corrupted emails which are absolutely fine otherwise.
Thanks
Pat
-------------------
System 3 2000 Limited
www.system3-2000.co.uk (but very out-of-date!)