There is a way for send mails only with shell commands?, I mean I know
how to send with mutt -c
user@copy.com -s "subject"
user@foo.bar
its possibly only with sendmail or whatever send a mail with:
* a desired subject (foobar for example)
* a Carbon copy (Cc) destinator
* a shadow copy (Bc) destinator
* reading the content of a file for the body (e.g. /home/user/foo.txt)
thanks a lot