Strapi plugin logo for Email Resend Strapi

Email Resend Strapi

An up-to-update email provider for Strapi using Resend

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-strapi

Configuration

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

1module.exports = ({ env }) => ({
2  ...
3  email: {
4    config: {
5      provider: 'strapi-provider-email-resend-strapi',
6      providerOptions: {
7        apiKey: env('RESEND_API_KEY'), // Required
8      },
9      settings: {
10        defaultFrom: 'me@example.com', // env('RESEND_DEFAULT_FROM')
11        defaultReplyTo: 'me@example.com', // env('RESEND_DEFAULT_FROM')
12      },
13    }
14  },
15});

Install now

npm install strapi-provider-email-resend-strapi

STATS

No GitHub star yet89 weekly downloads

Last updated

519 days ago

Strapi Version

Unavailable

Author

github profile image for Sahil Dave
Sahil Dave

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.