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.
Batch file to Send Email??
Name: Graeme Simpson Date: October 5, 2003 at 10:06:12 Pacific OS: DOS CPU/Ram: P4 1.4 /512Mb
Comment:
I need to create a dos batch file that will get the results from a previous batch (text file), and send it to a given email address through a hotmail account.
Name: Miskva999 Date: October 5, 2003 at 12:29:00 Pacific
Reply:
I can only say this .. IF you find a solution .. let me know
sorry for not being able to help you
0
Response Number 2
Name: Svend Broholm Date: October 5, 2003 at 14:20:25 Pacific
Reply:
The most difficult part is finding a command line driven email program.
Have a look at:
http://home.image.dk/sbroholm/foretruk.htm
and look at the DOS/internet section, where some starting points are given. Take a close look at Barebone e-mail system. I have used it with success previously.
Good luck - keep us posted Svend
0
Response Number 3
Name: Tim Hodgson Date: October 14, 2003 at 13:49:06 Pacific
Summary: I just wanted to know if there is a way to write a batch file to send an email, like it uses the command call telnet and connects then sends the email. ...
Summary: Does anyone know how to write a batch file to send an email using Blat.exe? I can send no problem from an msdos window, using the syntax: blat [filepath] -s ["subject"] -t recipient@wherever.com but w...