Skip to content

Instantly share code, notes, and snippets.

@satiridev
Created September 12, 2023 03:28
Show Gist options
  • Save satiridev/e808d48248a119bba623adeabb108372 to your computer and use it in GitHub Desktop.
Save satiridev/e808d48248a119bba623adeabb108372 to your computer and use it in GitHub Desktop.
Example of send mail command in ubuntu
# mail -s "subject" to-address < ./bodyfile.txt
mail -s "test email" some-user@some-domain < ./testemail.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment