Sending e-mail from MS DOS prompt window.
-
You know how in Unix you can send an e-mail message using command line, somewhat like this: >mail me@hotmail.com “Hello” Does Windows 2000 (the OS itself, not 3rd party products) provide similar functionality ? Thanks, Serge
-
You know how in Unix you can send an e-mail message using command line, somewhat like this: >mail me@hotmail.com “Hello” Does Windows 2000 (the OS itself, not 3rd party products) provide similar functionality ? Thanks, Serge
-
You know how in Unix you can send an e-mail message using command line, somewhat like this: >mail me@hotmail.com “Hello” Does Windows 2000 (the OS itself, not 3rd party products) provide similar functionality ? Thanks, Serge
-
You know how in Unix you can send an e-mail message using command line, somewhat like this: >mail me@hotmail.com “Hello” Does Windows 2000 (the OS itself, not 3rd party products) provide similar functionality ? Thanks, Serge
I think you have to make up your mind. First you say "MS DOS" in the subject line, and then you all of a sudden switch to Win32 console mode. Which is it to be? Anyway, as other have told you, there is nothing that MS provides with the OS in this area. Well, short of telnetting to the SMTP port and ..., but that you already knew, right? :-)
-
You know how in Unix you can send an e-mail message using command line, somewhat like this: >mail me@hotmail.com “Hello” Does Windows 2000 (the OS itself, not 3rd party products) provide similar functionality ? Thanks, Serge
DOS, no, Win32 Console, Yes. There is nothing preventing you from usig MAPI or equivelent APIs in a console based win32 app. But there is no command per sa.