mirror of
https://github.com/Nezumi-2711/strapi-cloud-template-blog-acf3cc33ae.git
synced 2026-09-22 05:41:51 +00:00
add resend plugin config
This commit is contained in:
+14
-1
@@ -1 +1,14 @@
|
||||
module.exports = () => ({});
|
||||
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',
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user