- May
- 34
- 0
I used this command line for test and it work fine:
sendmail /V /X [email protected] "Test message" @d:\mytext.txt >d:\testlog.txt
However, I need to override the sender
sendmail /USER="[email protected] /V /X [email protected] "Test message" @d:\mytext.txt >d:\testlog.txt
The last is right as documented by TCC help. But regardless where I add /USER=, the parameter us used as an (invalid) recipient and the message is rejected by the server.
Someone can tel me what I am doing wrong?
sendmail /V /X [email protected] "Test message" @d:\mytext.txt >d:\testlog.txt
However, I need to override the sender
sendmail /USER="[email protected] /V /X [email protected] "Test message" @d:\mytext.txt >d:\testlog.txt
The last is right as documented by TCC help. But regardless where I add /USER=, the parameter us used as an (invalid) recipient and the message is rejected by the server.
Someone can tel me what I am doing wrong?