Skip to content

Instantly share code, notes, and snippets.

@lindhe
Created December 21, 2017 18:17
Show Gist options
  • 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 protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment