A plugin for Strapi that sends a templated email with a magic link whenever an admin user is invited.
The installation requirements are the same as Strapi itself and can be found in the documentation on the Quick Start page in the Prerequisites info card.
- v4.x.x
NOTE: While this plugin may work with the older Strapi versions, they are not supported, it is always recommended to use the latest version of Strapi.
npm install @arizenhq/strapi-plugin-invite-email
# or
yarn add @arizenhq/strapi-plugin-invite-email
Once the plugin has been installed, configured and enabled, emails should automatically be sent every time a new admin user is invited.
If any bugs are found please report them as a Github Issue