|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
windows command line mailer
in *nix i can go:
mail -s info someone@hotmail.com < file -what would be the easiest way without writing a program to accomplish that in windows? |
|
#2
|
|||
|
|||
|
Without writing at least a script, afaik not possible.
YouŽll need at least a minimum program or script (PERL, PHP, C, ...) WSH (windows scripting host) probably has this ability too. But I donŽt think there is a built-in solution. A trick could help: Format the message in the format the SMTP server expects (including the HELO and such). Then maybe there is a program like netcat or you can pipe it to telnet. Only a guess though...
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
||||
|
||||
|
yea i was guessing that was the road i'd have to go down. either that or i was messing around with the 'net send' command and i think that may be able to work, i just need to get the syntax correct.
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Windows Help > windows command line mailer |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|