I am trying to use the mailx
program to send an e-mail.
I want the name of the person to be included in the toaddress@domain.com like the normal one on Microsoft Outlook or gmail account e.g "Thomas<tmuller@gmail.com>"
ls -l $HOME | mailx -r "fromaddress@domain.com" -s "The content of my home directory" toaddress@domain.com
mails
in your example was a typo, if not please roll back. – Anthon Jul 18 '14 at 08:03