diff --git a/Email-plugin.md b/Email-plugin.md index 1c1d4b4..2465916 100644 --- a/Email-plugin.md +++ b/Email-plugin.md @@ -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._ \ No newline at end of file +**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 +``` \ No newline at end of file