From a86a8d54d45364bcbeb7f6c6ee60d4a136eb8e17 Mon Sep 17 00:00:00 2001 From: sgauthiertremblay <68119847+sgauthiertremblay@users.noreply.github.com> Date: Thu, 16 Jul 2020 05:12:56 -0400 Subject: [PATCH] Update email.md (#6997) --- docs/v3.x/plugins/email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3.x/plugins/email.md b/docs/v3.x/plugins/email.md index 165efd3b7b..d9f64a13d8 100644 --- a/docs/v3.x/plugins/email.md +++ b/docs/v3.x/plugins/email.md @@ -60,7 +60,7 @@ The string after the last `@` represents your desired [semver](https://docs.npmj ### Configure your provider -After installing your provider you will need to add some settings in `config/plugins.js`. Check the README of each provider to know what configuration settings the provider needs. +After installing your provider you will need to add some settings in `config/plugins.js`. If this file doesn't exists, you'll need to create it. Check the README of each provider to know what configuration settings the provider needs. Here is an example of a configuration made for the provider [strapi-provider-email-sendgrid](https://www.npmjs.com/package/strapi-provider-email-sendgrid).