Skip to content

Instantly share code, notes, and snippets.

@M-Razavi
Created November 29, 2018 12:38
Show Gist options
  • Save M-Razavi/ea9f79eeae6add5b9746f71e6468d111 to your computer and use it in GitHub Desktop.
Save M-Razavi/ea9f79eeae6add5b9746f71e6468d111 to your computer and use it in GitHub Desktop.
send email from linux shell
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