Skip to content

Commit 8aca07a

Browse files
authored
Fix typo in Email documentation
1 parent 1cb76ae commit 8aca07a

File tree

1 file changed

+1
-1
lines changed
  • docusaurus/docs/dev-docs/plugins

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/plugins/email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Email plugin requires a provider and a provider configuration in the `config
1616
:::
1717

1818
:::note
19-
[`Sendmail`](https://www.npmjs.com/package/sendmail) is the default email provider in the Strapi Email plugin. It provides functionality for the local development environment but is not production-ready in the default configuration. For production stage applications you need to further configure `Sendmail` (refer to its [README on npm](https://www.npmjs.com/package/sendmail) or change providers. The [Providers](/dev-docs/providers) documentation has instructions for changing providers, configuring providers, and creating a new email provider.
19+
[`Sendmail`](https://www.npmjs.com/package/sendmail) is the default email provider in the Strapi Email plugin. It provides functionality for the local development environment but is not production-ready in the default configuration. For production stage applications you need to further configure `Sendmail` (refer to its [README on npm](https://www.npmjs.com/package/sendmail)) or change providers. The [Providers](/dev-docs/providers) documentation has instructions for changing providers, configuring providers, and creating a new email provider.
2020
:::
2121

2222
## Sending emails with a controller or service

0 commit comments

Comments
 (0)