0.0.2-alpha.1 • Published 2 years ago
email-monitoring v0.0.2-alpha.1
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-monitoringor
yarn add email-monitoringAnd 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.