Re: How to use SQL Server to email information

From: Rathtap (amcniw_at_yahoo.com)
Date: 05/06/04


Date: 6 May 2004 11:33:43 -0700

Where do I get the install for SQLNS?
Joe Webb <joew@webbtechsolutions.com> wrote in message news:<ORZJ3E3MEHA.1272@tk2msftngp13.phx.gbl>...
> Rathap -
>
> Check out the Realtor sample application in the samples folder of the
> SQLNS installation folder. It uses the SQL Server Event Provider to
> recognize events and then sends emails to the subscribers. Sounds very
> similar to your scenario.
>
> HTH...
>
> Joe Webb
>
>
> Rathtap wrote:
>
> > I have an .Net application that is watches a folder and imports
> > medical claim information into SQL Server whenever a file is dropped.
> > It then creates a file with a list of those claims that may have been
> > incorrectly billed based on certain criteria. I would like SQL Server
> > to send an email to certain recipients after each import with a link
> > to the file that was created so that they can do follow-up work on
> > those claims.
> > How do I do it? Code samples will be much appreciated since I am kind
> > of new to this.


Loading