hello,
I'm trying to use sendmail command;
so i've create a text file with this
in the shell i make this :
i don't understand why it's not running ?
Thanks
I'm trying to use sendmail command;
so i've create a text file with this
To: benny.jams@micro.com
From : benny.jams@micro.com
Content-type: text/plain
This is my message ....
in the shell i make this :
Code:
sendmail -t < /home/james/doc/message.txt
-bash: sendmail: command not found
i don't understand why it's not running ?
Thanks