Skip to content

Instantly share code, notes, and snippets.

@diogoca
Created September 30, 2013 13:54
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 diogoca/6764159 to your computer and use it in GitHub Desktop.
Save diogoca/6764159 to your computer and use it in GitHub Desktop.
cron job output to email
php -q /home/username/public_html/support_ticket_sw/pipe/pop.php | mail -s "cron output" myemail@mydomain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment