Skip to content

Instantly share code, notes, and snippets.

@joseluisq
Created October 18, 2016 22:45
Show Gist options
  • Select an option

  • Save joseluisq/4b281fa244bf82db3e0124f43bc07690 to your computer and use it in GitHub Desktop.

Select an option

Save joseluisq/4b281fa244bf82db3e0124f43bc07690 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" client@mail.com ; tail -f /var/log/maillog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment