Skip to content

Strapi email provider, which prints email to console for local development or integration testing

License

Notifications You must be signed in to change notification settings

MadAppGang/strapi-provider-email-console-colour

Repository files navigation

strapi-provider-email-console

Resources

Links

Installation

# using yarn
yarn add MadAppGang/strapi-provider-email-console

# using npm
npm install MadAppGang/strapi-provider-email-console --save

Example

Path - ./config/plugins.js

module.exports = ({ env }) => ({
  // ...
  email: {
    config: {
      provider: 'console',
      settings: {
        defaultFrom: '[email protected]',
        defaultReplyTo: '[email protected]',
      },
    },
  },
  // ...
});

About

Strapi email provider, which prints email to console for local development or integration testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published