From 2006aa0866ba25453cab926b0f822e376c12fd01 Mon Sep 17 00:00:00 2001 From: Patabugen Date: Fri, 2 Jan 2015 09:44:40 -0800 Subject: [PATCH] Added example configuration, link to main page about configuring plugins and added directions to setup email settings after installation. --- Email-plugin.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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