Gathering detailed insights and metrics for strapi-provider-email-mailersend-v2
Gathering detailed insights and metrics for strapi-provider-email-mailersend-v2
npm install strapi-provider-email-mailersend-v2
Typescript
Module System
Min. Node Version
Node Version
NPM Version
47.1
Supply Chain
82.9
Quality
84.2
Maintenance
100
Vulnerability
92.8
License
strapi-provider-email-mailersend-v2:0.0.5
Published on 18 Nov 2024
strapi-provider-email-mailersend-v2:0.0.4
Published on 18 Nov 2024
strapi-provider-email-mailersend-v2:0.0.3
Published on 18 Nov 2024
strapi-provider-email-mailersend-v2:0.0.2
Published on 18 Nov 2024
strapi-provider-email-mailersend-v2:0.0.1
Published on 18 Nov 2024
TypeScript (97.06%)
Shell (2.94%)
Total Downloads
401
Last Day
5
Last Week
19
Last Month
50
Last Year
401
12 Commits
1 Watching
2 Branches
1 Contributors
Latest Version
0.0.5
Package Id
strapi-provider-email-mailersend-v2@0.0.5
Unpacked Size
58.30 kB
Size
16.54 kB
File Count
16
NPM Version
10.8.2
Node Version
20.18.0
Publised On
18 Nov 2024
Cumulative downloads
Total Downloads
Last day
0%
5
Compared to previous day
Last week
280%
19
Compared to previous week
Last month
-85.8%
50
Compared to previous month
Last year
0%
401
Compared to previous year
Welcome to the Strapi Provider Email MailerSend v2 repository!
Using npm:
1npm install strapi-provider-email-mailersend-v2
Using yarn:
1yarn add strapi-provider-email-mailersend-v2
Using pnpm:
1pnpm add strapi-provider-email-mailersend-v2
Configure the provider in your Strapi project:
1module.exports = { 2 // ... 3 email: { 4 provider: 'strapi-provider-email-mailersend-v2', 5 providerOptions: { 6 apiKey: 'your-api-key', // Required 7 }, 8 settings: { 9 defaultFrom: 'no-reply@example.com', // Default sender email 10 defaultReplyTo: 'support@example.com', // Default reply-to email 11 }, 12 }, 13 // ... 14};
Alternatively, configure the provider using environment variables:
MAILERSEND_API_KEY
- API key for authentication with MailerSend (default: undefined
).MAILERSEND_DEFAULT_FROM
- Default sender email address.MAILERSEND_DEFAULT_REPLY_TO
- Default reply-to email address.To obtain your API key, follow the instructions in the MailerSend documentation.
This repository is licensed under the MIT License. You are free to use, modify, and distribute the scripts as long as you include the original license text.
No vulnerabilities found.
No security vulnerabilities found.