Skip to content

Instantly share code, notes, and snippets.

@nateflink
Created September 16, 2013 16:15
Show Gist options
  • Save nateflink/6582850 to your computer and use it in GitHub Desktop.
Save nateflink/6582850 to your computer and use it in GitHub Desktop.
Bash send mail
cat <<EOF | sendmail -t
To: [email protected]
Subject: Testing
From: [email protected]
This is a test message
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment