Strapi plugin logo for Brevo (ex Sendinblue) provider

Brevo (ex Sendinblue) provider

Brevo provider for Strapi

strapi-provider-email-brevo

Installation

# using yarn
yarn add strapi-provider-email-brevo

# using npm
npm install strapi-provider-email-brevo --save

Configuration

in config/plugins.js

1
2
3
4
5
6
7
8
9
10
11
12
13
  email: {
    config: {
      provider: 'strapi-provider-email-brevo',
      providerOptions: {
        apiKey: '############',
      },
      settings: {
        defaultSenderEmail: 'email@email.com',
        defaultSenderName: 'Sender Name',
        defaultReplyTo: 'email@email.com',
      },
    },
  }

Changelog

1.0.4

FIXED

  • Fixed the sender format as <Name email@email.com>
  • Resolved the issue with the STRAPI email template, "Email.template.reset_password," to ensure it works properly

Install now

npm install strapi-provider-email-brevo

STATS

2 GitHub stars423 weekly downloads

Last updated

336 days ago

Strapi Version

Unavailable

Author

github profile image for Red-Made
Red-Made

Related plugin

Email

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.