Re: CDO Message Problem
- From: "9ntw9" <nathaniel.williams@xxxxxxxxx>
- Date: 4 Jan 2007 13:07:03 -0800
Thanks for your time,
Here is the code being used to send the mail:
Set objMail = Server.CreateObject("CDO.Message")
objMail.MIMEFormatted=true
objMail.From = sFrom
objMail.To = sTo
objMail.Subject= sSubject
objMail.HTMLBody = sTextBody
objMail.Send
I set the MIMEFormatted = True after reading an article that suggested
it would fix the problem, but no luck. (There was no apparent change)
sTextBody (the contents being afftected by the issue) is derived from a
chunk of code that pulls various items out of a db and builds them into
an html table for viewing (6 cols wide, N cols long) ... the html being
written is standard, and there's nothing too fancy going on. The
contents of sTextBody are not being prepped for email (do they need to
be, if so, in what fashion?), the html inside sTextBody are written as
though for a standard webpage (although without opening html tags,
basically written to be dropped into the body section of a website).
Thanks again,
Nathaniel
Anthony Jones wrote:
"9ntw9" <nathaniel.williams@xxxxxxxxx> wrote in message
news:1167834352.020953.260230@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'm having trouble with an html formatted email that is being delivered
to a client. Every 80 characters there is a forced space being added
to the emails (by the server? by cdo Message?) and it's causing the
html tags to be broken. The unusual thing is that I cannot replicate
the error locally in Outlook, or @ gmail or @ hotmail. Only the client
is having the issue (Using Outlook Express).
Is this an issue that most mail clients have resolved, or is this
something that I will have to take care of from my side?
Sounds like the body is not being formatted as quoted-printable. Can you
show some code you are using to create the email?
Can you change the configuration object to use a temporary folder as a
pickup folder instead of port 25? you can then examine the exact EML file
being created.
Thanks!
.
- Follow-Ups:
- Re: CDO Message Problem
- From: Anthony Jones
- Re: CDO Message Problem
- From: 9ntw9
- Re: CDO Message Problem
- References:
- CDO Message Problem
- From: 9ntw9
- Re: CDO Message Problem
- From: Anthony Jones
- CDO Message Problem
- Prev by Date: Re: CDO Message Problem
- Next by Date: Re: CDO Message Problem
- Previous by thread: Re: CDO Message Problem
- Next by thread: Re: CDO Message Problem
- Index(es):
Relevant Pages
|
Loading