Mails sent using the mail clients are saved, but I want also that my system saves the sent mail using cron and the "mail" command to the "sent" box. Is this possible?
I use sendmail as mail server on Linux.
As an example I use:
echo "An example" | mail -s "Read this!" root
What if I want to read the message I sent, is it saved somewhere?
Thanks,