2.1.0 • Published 28 days ago

strapi-provider-email-scaleway-tem v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

Scaleway email provider for Strapi

An email provider for Strapi for Scaleway Transactional Email.

Note This plugin requires Node v18+

Installation

npm i strapi-provider-email-scaleway-tem

Config

./config/plugins.js

module.exports = ({ env }) => ({
  // ...
  email: {
    config: {
      provider: 'strapi-provider-email-scaleway-tem',
      providerOptions: {
        accessKey: env('SCW_ACCESS_KEY'),
        secretKey: env('SCW_SECRET_KEY'),
        projectId: env('SCW_PROJECT_ID'),
        region: env('SCW_REGION'), // Defaults to 'fr-par'
      },
      settings: {
        defaultFrom: 'strapi@example.com',
      },
    },
  },
  // ...
});
2.1.0

28 days ago

2.0.0

3 months ago

1.2.0

10 months ago

1.1.0

1 year ago

1.0.0

1 year ago