From a9035db6595555825636842a1b3afdb655868931 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 17 Oct 2013 02:52:27 -0700 Subject: [PATCH] Created Email plugin (markdown) --- Email-plugin.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Email-plugin.md diff --git a/Email-plugin.md b/Email-plugin.md new file mode 100644 index 0000000..1c1d4b4 --- /dev/null +++ b/Email-plugin.md @@ -0,0 +1,10 @@ +Sends a build status email. + +### Configuration Options: + +* **committer** - Whether or not to send the email to the committer that prompted this build. +* **addresses** - A list of addresses to send to. +* **default_mailto_address** - A default address to send to. + + +**Note:** _This plugin will only work if you configured email settings during installation._ \ No newline at end of file