Skip to content

Instantly share code, notes, and snippets.

@luminousmen
Created December 22, 2022 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luminousmen/5c87bd2c2e4322c8afa6fc605ff365be to your computer and use it in GitHub Desktop.
Save luminousmen/5c87bd2c2e4322c8afa6fc605ff365be to your computer and use it in GitHub Desktop.
Bash send mail
echo "this is the body" | mail -s "this is the subject" "to@address"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment