Git Product home page Git Product logo

strapi-plugin-emailing's Introduction

Logo - Strapi emailing plugin

Welcome to Strapi emailing plugin (v1.0)

A plugin for Strapi Headless CMS that provides end to end emailing feature.

Table of Contents

  1. ✨ Features
  2. ⏳ Installation
  3. 🖐 Requirements
  4. 🔧 Configuration
  5. 👨‍💻 Contributors
  6. 📝 License

✨ Features

  • 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

⏳ Installation

Manual install

(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

Via command line (Comming soon)

(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

🔧 Configuration

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'
  },
  // ...
}

─────────────────────────────────────

👨‍💻 Contributors

Thank you for considering contributing to this plugin The Contributors can be found below:

Othmane N. | Senior Developer

📝 License

MIT License Copyright (c) MAYA AGENCY & Strapi Solutions.

strapi-plugin-emailing's People

Contributors

iietmoon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.