Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

automate a script

Status
Not open for further replies.

rhull

Programmer
May 23, 2001
46
US
What is the best way to automate a process? I need to send emails sent out the last day of the month with various database info. Can a cron run a class file? or should a servlet be involved? I have no idea where to start.

Thanks
-R
 
Hi,
U can run cron jobs and specify the name of the class file which actually does the mailing job.. cron would do just fine for ur requirement.

Cheers,
Reddy316
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top