HELP--spacing appearing in HTML email set from ASP (sporadically)

I support a website. When we send HTML emails from out system, we
generate a variable called "str". We set that str variable to the
objMail.htmlbody property of the mail object. Frequently, random
spaces appear in the email when it is received by the recipient,
however those spaces do not always appear in the same place (yet
frequently they do). additionally, we'll sometimes see some actual
HTML code in the final email, and usually shows up as a complete tab,
such as "<br>", or "< TD BGCOLOR='#FFFBF0'>".

Any ideas on how to fix it?

Thanks.

J
google.1.jvmail [ Mo, 22 Oktober 2007 02:52 ] [ ID #1851428 ]

Re: HELP--spacing appearing in HTML email set from ASP (sporadically)

it's impossible to fix code that can't be seen.

here's a guess; try using the "replace" function to resolve undesirable portions that appear repeatedly. Unique occurances will
have to be addressed in some other manner after the cause has been identified.
Jon Paal [ Mo, 22 Oktober 2007 18:53 ] [ ID #1851436 ]

Re: HELP--spacing appearing in HTML email set from ASP (sporadically)

On Oct 22, 10:53 am, "Jon Paal [MSMD]" <Jon nospam Paal [at] everywhere
dot com> wrote:
> it's impossible to fix code that can't be seen.
>
> here's a guess; try using the "replace" function to resolve undesirable portions that appear repeatedly. Unique occurances will
> have to be addressed in some other manner after the cause has been identified.

We actually tried that, but it doesn't work. It seems to have gone
away after complaining to the mail server provider, although they
claim to have made no changes. I'll have to wait a few weeks to see if
it happens again, as it is that far spread of an occurrence.

Thanks for the input.
google.1.jvmail [ Fr, 09 November 2007 14:40 ] [ ID #1866740 ]
Webserver » microsoft.public.inetserver.asp.general » HELP--spacing appearing in HTML email set from ASP (sporadically)

Vorheriges Thema: Multiple Insert Help...
Nächstes Thema: Global.asa does not fire after reboot until re-saved.