1.0.4 • Published 11 months ago

strapi-provider-email-brevo v1.0.4

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

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
1.0.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago