Created
November 29, 2018 12:38
-
-
Save M-Razavi/ea9f79eeae6add5b9746f71e6468d111 to your computer and use it in GitHub Desktop.
send email from linux shell
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" -A attach.html [email protected] < messageBodyFile | |
mail -s "Subject" -A attach.html [email protected] < /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment