Skip to content

Instantly share code, notes, and snippets.

@BigRedS
Created July 11, 2012 13:17
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 BigRedS/3090340 to your computer and use it in GitHub Desktop.
Save BigRedS/3090340 to your computer and use it in GitHub Desktop.
How to send an email
echo "To: to@domain.com
from: you@somewhere-else.com
Subject: testing
this is just a test" | sendmail -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment