Added example configuration, link to main page about configuring plugins and added directions to setup email settings after installation.
parent
dde6d3087e
commit
2006aa0866
1 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue