From b86e4ce1998ae5c6c25eabf4b644f4e6374c9cf9 Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Fri, 17 Nov 2023 14:38:27 +0100 Subject: [PATCH] Add tip about Sendmail NPM docs to Providers documentation --- docusaurus/docs/dev-docs/providers.md | 4 ++++ 1 file changed, 4 insertions(+) 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