johnslattery
8/22/2016 - 12:27 PM

Send an email message with mutt (from a long time ago).

Send an email message with mutt (from a long time ago).

echo Attached. | mutt \
  -s Status \
  -b from@someplace.org \
  -e 'my_hdr From: "firstname lastname" <from@someplace.org>' \
  -a "$statusPath" \
  -- to@someplace.org