Hi There,
I need your help to configure a automated script, in which i use "mail"
commands. While using the mail command as mentioned below:
echo "MESSAGE IN BODY" |mail -s "MESSAGE AT SUBJECT"
test@domain.com
when executing this script the user "test" gets a mail from a particular user
who executes this command. But in clients like metamail, etc we have a
option of "-F SENDERS-ID". Is there any option in linux "mail" for
configuring senders mail id.
Thanks in Advance.