Added another example configuration

Patabugen 2015-01-02 09:45:44 -08:00
commit fe5b2b3c34

@ -11,9 +11,18 @@ Sends a build status email.
### Configuration Example
See [[Adding-PHPCI-Support-to-Your-Projects]] for more options.
Send an email to the committer if their build fails:
```yml
failure:
email:
committer: true
default_mailto_address: one@example.com
```
Send an email to one@example.com every time a build is run:
```yml
complete:
email:
default_mailto_address: one@example.com
```