summaryrefslogtreecommitdiff
path: root/lib/custodian/alerts/smtp.rb
AgeCommit message (Collapse)Author
2015-03-09Removed spaces inside parenthesis.Steve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
So "foo" is less good than 'foo'.
2015-03-09Do not terminate expressions with ";".Steve Kemp
Ruby is not Perl, much as I sometimes wish it were.
2015-03-09Do not use parentheses for method calls with no arguments.Steve Kemp
This is neater. Flagged by rubocop
2013-04-25 Correct the body of emails on raise()/clear().Steve Kemp
Credit to reddit user knothead for spotting this bug. Fixes #4386.
2012-11-24 Implemented outgoing mail sending.Steve Kemp
2012-11-24 Show the email address we'd notifySteve Kemp
2012-11-24 Updated to document what it would doSteve Kemp
2012-11-24 Initial/stub implementation of a factory for generating alerting objects.Steve Kemp