JSPM

strapi-provider-email-brevo

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 356
  • Score
    100M100P100Q109960F

Brevo (former Sendinblue) provider for strapi email

Package Exports

  • strapi-provider-email-brevo
  • strapi-provider-email-brevo/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (strapi-provider-email-brevo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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