Brevo (ex Sendinblue) provider

Brevo (ex Sendinblue) provider

By Red Made

Brevo provider for Strapi

Latest version

v1.0.4

released June 5, 2023

npm install strapi-provider-email-brevo

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

  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

Submit your content

Share your work with the community and get it listed in the Strapi ecosystem for everyone to discover and use.

Submit
Submit your content