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