Skip to content

Instantly share code, notes, and snippets.

@evb-gh
Created January 10, 2019 18:57
Show Gist options
  • Save evb-gh/4fae1bd35ba585527e7ffced6cdd770b to your computer and use it in GitHub Desktop.
Save evb-gh/4fae1bd35ba585527e7ffced6cdd770b to your computer and use it in GitHub Desktop.
send mail from command line
$ (echo "something\n" ; uuencode file file) | mailx -s "subject" recipient@somewhere.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment