I see it showing up now, all I did was add an alias to my SMTP server I was
"Joe Webb" <joew@webbtechsolutions.com> wrote in message
news:5em2j1l9n2maefj86unrjdhohp1i2vq5ib@4ax.com...
> Andy -
>
> Your posting doesn't mention whether you're using the built-in SMTP
> delivery protocol or a custom component that you've created.
>
> Can you post the DeliveryChannels node of your ICF?
>
> --
> Joe Webb
> SQL Server MVP
>
>
> ~~~
> Get up to speed quickly with SQLNS
>
http://www.amazon.com/exec/obidos/tg/detail/-/0972688811 >
> I support PASS, the Professional Association for SQL Server.
> (
www.sqlpass.org)
> On Fri, 9 Sep 2005 14:49:38 -0400, "Andy" <andyjax@newsgroup.nospam>
> wrote:
>
>>Regular email address only, I have also tried it with putting a Name
>><email
>>address> and other variations.
>>
>>
>>"Shyam Pather [MSFT]" <spather@online.microsoft.com> wrote in message
>>news:etUKu5WtFHA.1596@TK2MSFTNGP10.phx.gbl...
>>> Andy,
>>> In the subscriber device record, what is the value for the DeviceAddress
>>> column?
>>> -shyam
>>>
>>> --
>>> Learn more about SQL-NS:
>>>
http://www.amazon.com/exec/obidos/tg/detail/-/0672326647/ >>> ---------------------------------------------
>>> This posting is provided "AS IS" with no warranties, and confers no
>>> rights. Use of included script samples are subject to the terms
>>> specified
>>> at
http://www.microsoft.com/info/cpyright.htm. >>> ---------------------------------------------
>>> "Andy" <andyjax@newsgroup.nospam> wrote in message
>>> news:uJKwldWrFHA.1168@TK2MSFTNGP11.phx.gbl...
>>>> My messages are going through successfully via SMTP, but the To field
>>>> does not show the email address of the person. If you look at the SMTP
>>>> message with notepad you see X-Receiver: <email address>, but there is
>>>> not a To: field declared.
>>>>
>>>> Is this correct for SQL 2005 June CTP for NS? We would really like to
>>>> have the name show up. The ADF has the following:
>>>> <Protocol>
>>>> <ProtocolName>SMTP</ProtocolName>
>>>> <Fields>
>>>> <Field>
>>>> <FieldName>Subject</FieldName>
>>>> <SqlExpression>
>>>> <Our subject line>
>>>> </SqlExpression>
>>>> </Field>
>>>> <Field>
>>>> <FieldName>From</FieldName>
>>>> <SqlExpression>
>>>> <our return email address here, not displayed for spam sake>
>>>> </SqlExpression>
>>>> </Field>
>>>> <Field>
>>>> <FieldName>To</FieldName>
>>>> <SqlExpression>
>>>> DeviceAddress
>>>> </SqlExpression>
>>>> </Field>
>>>> <Field>
>>>> <FieldName>Priority</FieldName>
>>>> <SqlExpression>
>>>> N'Normal'
>>>> </SqlExpression>
>>>> </Field>
>>>> <Field>
>>>> <FieldName>BodyFormat</FieldName>
>>>> <SqlExpression>
>>>> N'text'
>>>> </SqlExpression>
>>>> </Field>
>>>> </Fields>
>>>> </Protocol>
>>>>
>>>
>>>
>>