1.2.0 • Published 1 year ago

strapi-provider-email-console-colour v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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: 'myemail@protonmail.com',
        defaultReplyTo: 'myemail@protonmail.com',
      },
    },
  },
  // ...
});
1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago