Skip to content

Instantly share code, notes, and snippets.

@lindhe
Created December 21, 2017 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lindhe/7c79b11c664ed5709b5e283cfae18ed2 to your computer and use it in GitHub Desktop.
Save lindhe/7c79b11c664ed5709b5e283cfae18ed2 to your computer and use it in GitHub Desktop.
Send an email via cli
echo "message" | mail -s "Subject line" email@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment