Skip to content

Instantly share code, notes, and snippets.

@sprice
Created November 18, 2010 20:59
Show Gist options
  • Save sprice/705608 to your computer and use it in GitHub Desktop.
Save sprice/705608 to your computer and use it in GitHub Desktop.
#!/bin/bash
EMAIL="[email protected]"
/usr/sbin/sendmail "$EMAIL" <<EOD
To: $EMAIL
Subject: Your tests failed
From: Testbot <[email protected]>
The latest integrations are bad. The tests failed. Better luck next time.
EOD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment