Skip to content

Instantly share code, notes, and snippets.

@matsuhisa
Last active August 29, 2015 14:13
Show Gist options
  • Save matsuhisa/ff11929aeb7c8ae173ed to your computer and use it in GitHub Desktop.
Save matsuhisa/ff11929aeb7c8ae173ed to your computer and use it in GitHub Desktop.
AWS(EC2:AMI)でcron実行時にメールを送信する方法 ref: http://qiita.com/matsuhisa@github/items/d2b8060b7b812d0909e8
echo body | mail -s "subject" -r 'from@example.com' 'to@example.com'
date | mail -s "subject" -r 'from@example.com' 'to@example.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment