Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save allanfreitas/4e20a76e0bd57a1bed54ad947f0fa742 to your computer and use it in GitHub Desktop.

Select an option

Save allanfreitas/4e20a76e0bd57a1bed54ad947f0fa742 to your computer and use it in GitHub Desktop.
Send an email from terminal

Send an email from terminal

echo "This is the body" | mail -r notifications -s "This is the subject" [email protected] ; tail -f /var/log/maillog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment