strapi-provider-email-brevo

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i strapi-provider-email-brevo

Weekly Downloads

356

Version

1.0.4

License

MIT

Unpacked Size

3.82 kB

Total Files

5

Last publish

Collaborators

  • red-made