Added example configuration, link to main page about configuring plugins and added directions to setup email settings after installation.

Patabugen 2015-01-02 09:44:40 -08:00
commit 2006aa0866

@ -7,4 +7,13 @@ Sends a build status email.
* **default_mailto_address** - A default address to send to.
**Note:** _This plugin will only work if you configured email settings during installation._
**Note:** _This plugin will only work if you configured email settings during installation or configured them later in Admin Options > Settings > Email Settings_
### Configuration Example
See [[Adding-PHPCI-Support-to-Your-Projects]] for more options.
```yml
failure:
email:
committer: true
default_mailto_address: one@example.com
```