Created
August 14, 2014 07:46
-
-
Save otkrsk/fbd6ac1427c2b9654f3d to your computer and use it in GitHub Desktop.
Send Email from Command Line with a One-Liner
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
| mail -s "Subject goes here" [email protected] < path_to_file_with_contents.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment