Created
July 3, 2018 00:41
-
-
Save arttuladhar/f24c6e58f70dc783a5d14483d61f7c15 to your computer and use it in GitHub Desktop.
Sending Email via Linux Command Line Prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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