Skip to content

Instantly share code, notes, and snippets.

@otkrsk
Created August 14, 2014 07:46
Show Gist options
  • Save otkrsk/fbd6ac1427c2b9654f3d to your computer and use it in GitHub Desktop.
Save otkrsk/fbd6ac1427c2b9654f3d to your computer and use it in GitHub Desktop.
Send Email from Command Line with a One-Liner
mail -s "Subject goes here" [email protected] < path_to_file_with_contents.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment