0.0.10 • Published 9 months ago

@k-ziran/strapi-provider-email-brevo-k v0.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Strapi email provider for Brevo

Note: This plugin should be considered experimental until 1.0.0 is released.

Why use this and not strapi-provider-email-brevo?

  • No external dependencies (uses node fetch)
  • Handle sender name and email in a more correct way
  • Send templated email using Brevo mail templates

Example configuration

module.exports = ({ env }) => ({
  // ...
  email: {
    config: {
      provider: '@k-ziran/strapi-provider-email-brevo-k',
      providerOptions: {
        apiKey: env('BREVO_API_KEY'),
      },
      settings: {
        defaultFromName: 'My Name',
        defaultFrom: 'myemail@brevo.com',
        defaultReplyToName: 'My Name',
        defaultReplyTo: 'myemail@brevo.com',
      },
    },
  },
  // ...
});
0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago