|
Home > Archive > Content Selection Framework > February 2006 > Direct Mailer problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Direct Mailer problem
|
|
| Maria Jensen 2006-01-27, 9:29 pm |
| Hi there,
We have converted our Commerce Server 2000 solution to Commerce Server 2002.
At the same time we have reprogrammed the old asp page we used to create
mail for campaigns to an aspx page and after we have done this, we can no
longer send mails.
The error in the database is:
CDO error while trying to compose or send a message to recipient
'xyz@xyz.dk': The content type was not valid in this context. For example,
the root of an MHTML message must be an HTML document.
Now, I have tried to force a contenttype in my aspx page by setting
Response.ContentType = "text/HTML" in my code behind, but Direct Mailer
doesn't seem to care about this.
Can anyone help me out here?
Sincerely,
Maria
| |
| David Lott [MSFT] 2006-02-06, 5:53 pm |
| Hi Maria,
What type of direct mail are you trying to compose? What if you try a text
mail? Can you debug the page you're using to generate the body, or does it
fail before it gets there?
Thanks,
David Lott
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "Maria Jensen" <maria.jensen@coop.dk>
Subject: Direct Mailer problem
Date: Fri, 27 Jan 2006 13:39:24 +0100
Lines: 23
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1506
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506
Message-ID: <Ohh016zIGHA.2896@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.commerceserver.campaigns_csf
NNTP-Posting-Host: mail65.coop.dk 193.89.129.65
Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.commerceserver.campaigns_csf:3385
X-Tomcat-NG: microsoft.public.commerceserver.campaigns_csf
Hi there,
We have converted our Commerce Server 2000 solution to Commerce Server 2002.
At the same time we have reprogrammed the old asp page we used to create
mail for campaigns to an aspx page and after we have done this, we can no
longer send mails.
The error in the database is:
CDO error while trying to compose or send a message to recipient
'xyz@xyz.dk': The content type was not valid in this context. For example,
the root of an MHTML message must be an HTML document.
Now, I have tried to force a contenttype in my aspx page by setting
Response.ContentType = "text/HTML" in my code behind, but Direct Mailer
doesn't seem to care about this.
Can anyone help me out here?
Sincerely,
Maria
|
|
|
|
|