diff --git a/docusaurus/docs/dev-docs/providers.md b/docusaurus/docs/dev-docs/providers.md index 3a534fa3cf..906febc38a 100644 --- a/docusaurus/docs/dev-docs/providers.md +++ b/docusaurus/docs/dev-docs/providers.md @@ -184,6 +184,10 @@ export default ({ env }) => ({ +:::tip Sendmail +If you prefer to use Sendmail over Sendgrid, please refer to the [`@strapi/provider-email-sendmail`](https://www.npmjs.com/package/@strapi/provider-email-sendmail) documentation. +::: + :::note