Created
November 4, 2013 08:26
-
-
Save dchentech/7299676 to your computer and use it in GitHub Desktop.
send mail via sendmail command line
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
cat - README.markdown << EOF | sendmail -t | |
to:[email protected] | |
from:[email protected] | |
subject:debian-jk | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment