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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I send email from a batch program?

Status
Not open for further replies.

weberm

Programmer
Dec 23, 2002
240
US
I wrote up a DODS batch job which performs FTPs and would like to make it email the analyst if a problem occurs. Any pointers on how one wold go about doing this?
 
You cant do this in a batch file alone, but if you install IIS and the SMTP Service, a very simple
bit of VBScript will do it. You need to learn CDONTS.
However if you check out this post some third party software packages are mentioned:


"Sometimes I do not know but I try hard"- R.F. Haughty 1923
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top