Is this WAD, or is this a bug? I'm having trouble piping the console output of a command/file to the console input of SENDMAIL
Read more
Code:
[100%] D:\Users\Mark\Documents\test 4\PipingTest>alias sendmail
*sendmail /ssl=2
[100%] D:\Users\Mark\Documents\test 4\PipingTest>sendmail "evensenm@outlook.com" "Test 1" This is test #1
[100%] D:\Users\Mark\Documents\test 4\PipingTest>echo This one worked as expected
This one worked as expected
[100%] D:\Users\Mark\Documents\test 4\PipingTest>echo Trying...
Read more