strapi-provider-plugin-mandrill

1.0.3 • Public • Published

Strapi Mandrill plugin

Simple Mandrill plugin for Strapi 4

Installation

npm install strapi-provider-plugin-mandrill

or

yarn add strapi-provider-plugin-mandrill

Dependencies

We are using @mailchimp/mailchimp_transactional package.

So for all send message we'll use this post: https://mailchimp.com/developer/transactional/api/messages/

Add Pluggin

Add on config/pluggin.ts file the configuration bellow

  email: {
    config: {
      provider: "strapi-provider-plugin-mandrill",
      providerOptions: {
        apiKey: process.env.MANDRILL_API_KEY,
      },
     settings: {
        defaultFrom: "contact@email.com",
        defaultName: 'Test',
        defaultReplyTo: 'test@email.com',
        defaultHtml: 'Test',
        defaultText: 'Test',
      },
    },
  }

Readme

Keywords

Package Sidebar

Install

npm i strapi-provider-plugin-mandrill

Weekly Downloads

194

Version

1.0.3

License

MIT

Unpacked Size

3.56 kB

Total Files

5

Last publish

Collaborators

  • guoshiro