The change to utf-8 in the appConfig fixed it. Thanks Andy & Kate!
"Andy" <andyjax@newsgroup.nospam> wrote in message
news:eAUPiPjrFHA.1032@TK2MSFTNGP12.phx.gbl...
> Stopping the service should not cause a problem, I do it all the time, but
> I am running this on a Server not XP.
>
> Have you tried to make your entry:
> <Name>SmtpServer</Name>
> <Value></Value>
>
> By default it will look at localhost.
>
> I don't think this would cause you a problem, but you may want to try and
> set your settings like:
> <ProtocolName>SMTP</ProtocolName>
> <Arguments>
> <Argument>
> <Name>SmtpServer</Name>
> <Value></Value>
> </Argument>
> <Argument>
> <Name>BodyEncoding</Name>
> <Value>utf-8</Value>
> </Argument>
> </Arguments>
>
> Your XSL is declaring the utf-8, but you setting is utf-16 in the
> instanceconfig, based on what you sent.
>
> "Brent Horine" <anonymous@discussions.microsoft.com> wrote in message
> news:uD98r9hrFHA.3424@TK2MSFTNGP14.phx.gbl...
>> Thanks Kate.
>>
>> If I stop the SMTP server, the notifications fail with a
>> DeliveryStatusCode of 4 and nothing appears in mailroot\pickup.
>>
>> I sent the notification to an IMAP email account and saved it as a text
>> file from Outlook 2002.
>> From: alerts@edited.com
>> Sent: Wednesday, August 31, 2005 7:18 AM
>> To: bhorine at edited .fm
>> Subject:
>> 敖瑮牵䝥卐匠数摥䄠敬瑲
>> Speed Limit Violation Alert Brent Horine was speeding at 115 MPH at
>> 8/30/2005 2:58:00 PM at Over There! Speed Limit violation alert provided
>> by VentureGPS..
>>
>> This was sent using the following configurations:
>> appConfig:
>> <DeliveryChannel>
>> <DeliveryChannelName>EmailChannel</DeliveryChannelName>
>> <ProtocolName>SMTP</ProtocolName>
>> <Arguments>
>> <Argument>
>> <Name>SmtpServer</Name>
>> <Value>localhost</Value>
>> </Argument>
>> <Argument>
>> <Name>BodyEncoding</Name>
>> <Value>utf-16</Value>
>> </Argument>
>> </Arguments>
>> </DeliveryChannel>
>>
>> .xslt: (I've stripped out most of the html to try to reduce chance of
>> errors)
>> <?xml version="1.0" encoding="UTF-8" ?>
>> <xsl:stylesheet version="1.0"
>> xmlns:xsl="
http://www.w3.org/1999/XSL/Transform"> >>
>> <xsl:template match="notifications">
>>
>> Speed Limit Violation Alert
>> <xsl:apply-templates/>
>> Speed Limit violation alert provided by VentureGPS.
>> </xsl:template>
>>
>> <xsl:template match="notification">
>> <xsl:value-of select="VehicleName" /> was speeding at <xsl:value-of
>> select="Speed" /> MPH
>> at <xsl:value-of select="EventDateTime" /> at <xsl:value-of
>> select="Address" />!
>> </xsl:template>
>>
>> </xsl:stylesheet>
>>
>> "kate" <k@alert-tech.co.uk> wrote in message
>> news:1125442167.472854.60770@f14g2000cwb.googlegroups.com...
>>> if you stop the local smtp server that you are sending thru and get the
>>> raw email file from the pickup folder in mailroot, can you post what is
>>> in the raw email file when you open it in text editor?
>>>
>>> the only time we have seen this issue is when the body encoding has
>>> been missed off and you clearly have that one.
>>>
>>> Kate MBCS
>>>
>>> Alert Technologies
>>>
http://www.alert-technologies.co.uk >>> Get your notification services implementation going in minutes not
>>> weeks ......
>>>
>>
>>
>
>