Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SMTP from a batch file
Name: Dan banach Date: March 4, 2002 at 14:52:32 Pacific
Comment:
I have created some maintenance batch files (ie. clean up tmp files, reboot server, etc.) that are scheduled to run on an NT server. I would like them to send an email ( SMTP )reporting there progress or completion status. Is there a way to send SMTP emails from a batch file? Is there a command line program that would work? Is there a way to run a telnet session from a batch file? I know how to send an email "manually" using a telnet console, but I do not know how to run it from a batch file. Any help would be greatly appreciated.
Please let me know if you found anything better. Thanks.
- George Stoms
0
Response Number 2
Name: Jeff Date: July 11, 2002 at 06:39:35 Pacific
Reply:
Hi George: I need this utility as well..Were you ever able to download it?..I cannot..Keep getting "cannot find server" when I click on that file name to start downloading it from http://www.filelibrary.com..I just went to that URL and did a search for that file and found it, but cannot go further than that..
Summary: Hi, What is the syntax needed to call an exe from a batch file without having the cmd window showing? I can't remember nor find it. thanks ...
Summary: How can I remove and delete the contents of more than one folder using wildcard entries from a batch file ran from Windows NT. ie. rmdir /s /q abc* to remove all folders with "abc" in the title. I ne...
Summary: I am seing letters where a person is trying to create place a shortcut to the desktop using a batch file. I am attepting to do the same thing. This is the last step in a batch process that I have cr...