Skip to content

Instantly share code, notes, and snippets.

@arttuladhar
Created July 3, 2018 00:41
Show Gist options
  • Save arttuladhar/f24c6e58f70dc783a5d14483d61f7c15 to your computer and use it in GitHub Desktop.
Save arttuladhar/f24c6e58f70dc783a5d14483d61f7c15 to your computer and use it in GitHub Desktop.
Sending Email via Linux Command Line Prompt
echo "This is the body" | mail -s "This is the subject" [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment