Skip to content

jerodfritz/strapi-provider-email-resend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
      },
    }
  },    
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published