A plugin for Strapi Headless CMS that provides end to end emailing feature.
- Compose Emails to users: Elegant, entirely customizable and a fully extensible email sending.
- Send Emails notfication to users: Entirely send simple notfication to your users.
- Emails traces: Track the email if sent or not by your provider
(Clone this repo to /src/plugins/. Learn more about how to use strapi plugins.)
cd /src/plugins/
git clone https://github.com/devwithmaya/strapi-plugin-emailing.git
yarn build
or
npm run build
(Use yarn to install this plugin within your Strapi project (recommended). Install yarn with these docs.)
yarn add strapi-plugin-comments@latest
After successful installation you've to re-build your Strapi instance. To archive that simply use:
yarn build
yarn develop
or just run Strapi in the development mode with --watch-admin
option:
yarn develop --watch-admin
You can now enable and config the plugin by adding the following in ./config/plugins.ts ─────────────────────────────────────
export default {
// ...
'emailing': {
enabled: true,
resolve: './src/plugins/emailing'
},
// ...
}
─────────────────────────────────────
Thank you for considering contributing to this plugin The Contributors can be found below:
MIT License Copyright (c) MAYA AGENCY & Strapi Solutions.