Created
January 10, 2019 18:57
-
-
Save evb-gh/4fae1bd35ba585527e7ffced6cdd770b to your computer and use it in GitHub Desktop.
send mail from command line
This file contains 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 "something\n" ; uuencode file file) | mailx -s "subject" [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment