1.0.4 • Published 1 year ago

strapi-provider-email-resend v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

strapi-provider-email-resend

A email provider for Strapi for Resend https://resend.com/

Installation

In the root directory of your project, run:

npm i strapi-provider-email-resend

Configuration

In your config/plugins.js, set the following:

module.exports = ({ env }) => ({
  ...
  email: {
    config: {
      provider: 'strapi-provider-email-resend',
      providerOptions: {
        apiKey: env('RESEND_API_KEY'), // Required
      },
      settings: {
        defaultFrom: 'me@example.com',
        defaultReplyTo: 'me@example.com',
      },
    }
  },    
});
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago