• Product

  • Solutions

  • Developers

  • Docs

  • Pricing

  • Cloud

Search icon
Strapi plugin logo for Resend

Resend

A email provider for for Resend [https://resend.com/]

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:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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',
      },
    }
  },    
});

Install now

npm install strapi-provider-email-resend

STATS

3 GitHub stars304 weekly downloads

Last updated

396 days ago

Strapi Version

Unavailable

Author

github profile image for Jerod Fritz
Jerod Fritz

Related plugin

Email

Useful links

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.