Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created August 17, 2017 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save miguelmota/407a49c0dda676cd9ddf7ee6781a7f2d to your computer and use it in GitHub Desktop.
Save miguelmota/407a49c0dda676cd9ddf7ee6781a7f2d to your computer and use it in GitHub Desktop.
Send SMTP mail from terminal
mail -s "hello!" "miguelmota2@gmail.com" <<EOF
hello
world
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment