clarified path

This commit is contained in:
John Williamson 2018-07-17 13:52:18 +10:00 committed by GitHub
parent c8252724b5
commit a1330a5d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,8 @@ To install a new provider run:
$ npm install strapi-email-sendgrid@alpha --save
```
We have two providers available `strapi-email-sendgrid` and `strapi-upload-mailgun`, use the alpha tag to install one of them. Then, visit `/admin/plugins/email/configurations/development` and configure the provider.
We have two providers available `strapi-email-sendgrid` and `strapi-upload-mailgun`, use the alpha tag to install one of them. Then, visit `/admin/plugins/email/configurations/development` on your web browser and configure the provider.
If you want to create your own, make sure the name starts with `strapi-email-` (duplicating an existing one will be easier to create), modify the `auth` config object and customize the `send` functions.
Check all community providers available on npmjs.org - [Providers list](https://www.npmjs.com/search?q=strapi-email-)
Check all community providers available on npmjs.org - [Providers list](https://www.npmjs.com/search?q=strapi-email-)