From ec7c8706ffbbdcf111c346ee6379242da22dbec0 Mon Sep 17 00:00:00 2001 From: Simon Heimberg Date: Wed, 28 Jun 2017 09:25:54 +0200 Subject: [PATCH] Replace reference to settings page in email doc Instruction to edit config file instead. The settings page has been removed in fc49c34d. --- docs/en/plugins/email.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/plugins/email.md b/docs/en/plugins/email.md index 996fdaa2..cb38b2b0 100644 --- a/docs/en/plugins/email.md +++ b/docs/en/plugins/email.md @@ -14,8 +14,7 @@ Configuration * **cc** - A list of addresses that will receive a copy of every emails sent. * **template** - The template to use, options are short and long. Default is short on success and long otherwise. -**Note:** _This plugin will only work if you configured email settings during installation or configured them later in Admin Options > Settings > Email Settings_ - +**Note:** _This plugin will only work if you configured email settings during installation or configured them later in [`config.yml`](../configuring.md)._ ### Examples See [Adding PHP Censor Support to Your Projects](../configuring_project.md) for more information about how to configure plugins.