Use mutt to send email in Linux, hiding the real email address

Create a file .muttrc at home directory with the following content:

set realname="Eddie"
set from="Eddie@unknown.domain"
set use_from=yes


The command to send email:

echo "Email content" | mutt -e 'my_hdr From:Eddie@unknown.domain' -a AttachedFile -s "Email subject" -- recipient@unknown.domain

Comments

Popular posts from this blog

Using PlayStation 1 Densha de Go controller on emulators

Using PS1/PC Densha de Go! controller SLPH-00051/TCPP-20001/DGOC-44U on PS4/Switch Densha de Go!!

Play octoshape stream on windows with VLC player