Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: auto email


Message #1 by "Nur Aisyah Imran" <rina256@h...> on Fri, 14 Sep 2001 01:55:05 +0000
any body please help me. How i want to make that auto email that  

automatically will send one email at ceratin time for a day? 

For example at 1 o'clock one email only will send to the admin to tell  

them that got one or more staff apply for the leave. 



 



thank you...
Message #2 by "Ken Schaefer" <ken@a...> on Fri, 14 Sep 2001 15:50:07 +1000
Use Windows Script Host, and the Windows Task Scheduler.

You can get info on WSH here: http://msdn.microsoft.com/scripting/

You can install the Windows Task Scheduler on the server by installing IE v5

(or above), including the Offline Browsing Pack



Cheers

Ken



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

From: "Nur Aisyah Imran" <rina256@h...>

Subject: [asp_web_howto] auto email





: any body please help me. How i want to make that auto email that

: automatically will send one email at ceratin time for a day?

: For example at 1 o'clock one email only will send to the admin to tell

: them that got one or more staff apply for the leave.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Message #3 by "Nur Aisyah Imran" <rina256@h...> on Fri, 14 Sep 2001 06:01:19 +0000
ok..i will try it. Thanks alot for giving me a solution.

Message #4 by "Nur Aisyah Imran" <rina256@h...> on Fri, 14 Sep 2001 08:53:04 +0000
hai, i have Windows Task Scheduler . but i ave no idea to start it. how 

that scedular can detect got a staff apply for the leave?



>From: "Ken Schaefer"

>Reply-To: "ASP Web HowTo"

>To: "ASP Web HowTo"

>Subject: [asp_web_howto] Re: auto email

>Date: Fri, 14 Sep 2001 15:50:07 +1000

>

>Use Windows Script Host, and the Windows Task Scheduler.

>You can get info on WSH here: http://msdn.microsoft.com/scripting/

>You can install the Windows Task Scheduler on the server by installing IE v5

>(or above), including the Offline Browsing Pack

>

>Cheers

>Ken

Message #5 by "Ken Schaefer" <ken@a...> on Mon, 17 Sep 2001 19:12:26 +1000
You write a .vbs file, then, in Task Scheduler, you create a new task to run

the VBS file at the "certain time of the day" that you mentioned before. The

.vbs file has code to connect to the database, find all the staff members

who have applied for leave, and emails the necessary details.



I posted the link to get information on Windows Script Host, please read the

documentation, there are plenty of examples there...enough for you to get

this working.



Cheers

Ken



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

----- Original Message -----

From: "Nur Aisyah Imran" <rina256@h...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Friday, September 14, 2001 6:53 PM

Subject: [asp_web_howto] Re: auto email





: hai, i have Windows Task Scheduler . but i ave no idea to start it. how

: that scedular can detect got a staff apply for the leave?

:

: >From: "Ken Schaefer"

: >Reply-To: "ASP Web HowTo"

: >To: "ASP Web HowTo"

: >Subject: [asp_web_howto] Re: auto email

: >Date: Fri, 14 Sep 2001 15:50:07 +1000

: >

: >Use Windows Script Host, and the Windows Task Scheduler.

: >You can get info on WSH here: http://msdn.microsoft.com/scripting/

: >You can install the Windows Task Scheduler on the server by installing IE

v5

: >(or above), including the Offline Browsing Pack

: >

: >Cheers

: >Ken






  Return to Index