adding e-mail system (for web based tracking system)

adding e-mail system (for web based tracking system)

am 12.04.2007 23:20:43 von geoff.agnew

Hi,

I am currently developing a final year project which is a web based
tracking system tracking exam questions. I am using IIS as the
server, MS access for the database, and ASP with VBScript for the
scripting side of things.


One of the things I want to do would be to e-mail a user/moderator
whenever a exam question is edited/completed/updated. does anyone have
any previous expierence in this? i don't even know where to start.

Re: adding e-mail system (for web based tracking system)

am 12.04.2007 23:56:30 von reb01501

Do a search at aspfaq.com for CDO

joeyjoejnr wrote:
> Hi,
>
> I am currently developing a final year project which is a web based
> tracking system tracking exam questions. I am using IIS as the
> server, MS access for the database, and ASP with VBScript for the
> scripting side of things.
>
>
> One of the things I want to do would be to e-mail a user/moderator
> whenever a exam question is edited/completed/updated. does anyone have
> any previous expierence in this? i don't even know where to start.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Re: adding e-mail system (for web based tracking system)

am 13.04.2007 00:26:30 von exjxw.hannivoort

joeyjoejnr wrote on 12 apr 2007 in microsoft.public.inetserver.asp.general:
> I am currently developing a final year project which is a web based
> tracking system tracking exam questions. I am using IIS as the
> server, MS access for the database, and ASP with VBScript for the
> scripting side of things.
>
> One of the things I want to do would be to e-mail a user/moderator
> whenever a exam question is edited/completed/updated. does anyone have
> any previous expierence in this? i don't even know where to start.

Start here, but do not expect us to do your projects.
[In fact, the use of Google and alike should be known to you enough to have
found alike yourself.]



--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: adding e-mail system (for web based tracking system)

am 13.04.2007 02:15:18 von geoff.agnew

On Apr 12, 11:26 pm, "Evertjan."
wrote:
> joeyjoejnr wrote on 12 apr 2007 in microsoft.public.inetserver.asp.general:
>
> > I am currently developing a final year project which is a web based
> > tracking system tracking exam questions. I am using IIS as the
> > server, MS access for the database, and ASP with VBScript for the
> > scripting side of things.
>
> > One of the things I want to do would be to e-mail a user/moderator
> > whenever a exam question is edited/completed/updated. does anyone have
> > any previous expierence in this? i don't even know where to start.
>
> Start here, but do not expect us to do your projects.
> [In fact, the use of Google and alike should be known to you enough to have
> found alike yourself.]
>
>
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)

Hi,

cheers for the links. don't worry, i wasn't expecting anyone to do my
project for me ;). just wondering if there were any tried and tested
methods out there - altho i might be back if i get stuck!