Skip to content

Instantly share code, notes, and snippets.

@ceme
Created May 6, 2013 22:34
Show Gist options
  • Save ceme/5528820 to your computer and use it in GitHub Desktop.
Save ceme/5528820 to your computer and use it in GitHub Desktop.
How to send mail from command line unix
echo "Hello : I suppose this is the body" | mail -s "Test from command line" [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment