I want to send a mail with custom sender domain name.
cat email_format.html | mutt -e "set content_type=text/html;" -s "Test mail - HTML" arun*****@gmail.com
If I use the above command from the terminal, mail has sent but the From address looks like this From: arun.srinivasan@localdomain.localdomain
I would like to have the sender mail id something like this From: arun.srinivasan@mycompany.com