0.0.2-alpha.1 • Published 9 months ago

email-monitoring v0.0.2-alpha.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Strapi plugin email-monitoring

Email monitoring is a plugin which allows users to schedule monitoring cron jobs, by configuring conditions from admin dashboard.

Configurations

First of all, you need to install the plugin. You can do that by running following command in your terminal.

npm i email-monitoring

or

yarn add email-monitoring

And the final step for configuration is to add plugin in your config/plugins.js file.

module.exports = ({env}) => {
    // ...
    'email-monitoring': {
        enabled: true
    },
    // ...
}

And that's it. Enjoy the plugin.

This plugin only visible for users with Super Admin role. However, if you want to give access to other users, you can add read permissions to the Editor and Author roles too, by visiting Setting -> Roles -> YOUR PREFFERED ROLE -> Plugins -> Audit-log and enable checkbox inf front of read permission.