By Red Made
Brevo provider for Strapi
released June 5, 2023
npm install strapi-provider-email-brevo# using yarn
yarn add strapi-provider-email-brevo
# using npm
npm install strapi-provider-email-brevo --savein config/plugins.js
email: {
config: {
provider: 'strapi-provider-email-brevo',
providerOptions: {
apiKey: '############',
},
settings: {
defaultSenderEmail: 'email@email.com',
defaultSenderName: 'Sender Name',
defaultReplyTo: 'email@email.com',
},
},
}<Name email@email.com>Share your work with the community and get it listed in the Strapi ecosystem for everyone to discover and use.
Submit
