strapi-plugin-magic-mail 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +7 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [3.0.1](https://github.com/Schero94/Magic-Mail/compare/v3.0.0...v3.0.1) (2026-07-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **docs:** state MagicMail is fully free and drop remaining tier markers ([47118e5](https://github.com/Schero94/Magic-Mail/commit/47118e55e3ca5cc8c5c8202b55b55f81c8080497))
|
|
7
|
+
|
|
1
8
|
# [3.0.0](https://github.com/Schero94/Magic-Mail/compare/v2.10.11...v3.0.0) (2026-07-11)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
# 📧 MagicMail - Email Business Suite for Strapi v5
|
|
2
2
|
|
|
3
|
-
> **Professional-grade multi-account email management with smart routing, OAuth 2.0 support, and complete security compliance**
|
|
3
|
+
> **Professional-grade multi-account email management with smart routing, OAuth 2.0 support, and complete security compliance — 100% free and open source**
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/strapi-plugin-magic-mail)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://strapi.io)
|
|
8
8
|
|
|
9
|
+
> 💚 **Fully free & open source (MIT).** Every feature is included for everyone — no license key, no activation, no paid tiers, and no usage limits.
|
|
10
|
+
|
|
9
11
|
---
|
|
10
12
|
|
|
11
13
|
## 🌟 Why MagicMail?
|
|
12
14
|
|
|
13
15
|
**Stop fighting with .env files and email configuration!** MagicMail brings professional email management to Strapi v5 with:
|
|
14
16
|
|
|
17
|
+
- **100% Free & Open Source** - Every feature included, no license key, tiers, or limits (MIT)
|
|
15
18
|
- **6 Email Providers** - Gmail, Microsoft 365, Yahoo, SMTP, SendGrid, Mailgun
|
|
16
19
|
- **WhatsApp Messaging** - Send messages via WhatsApp (FREE!)
|
|
17
20
|
- **OAuth 2.0 Authentication** - No passwords needed for Gmail, Microsoft, Yahoo
|
|
@@ -54,7 +57,7 @@
|
|
|
54
57
|
|
|
55
58
|
### Template Version History
|
|
56
59
|

|
|
57
|
-
*Track changes and restore previous template versions
|
|
60
|
+
*Track changes and restore previous template versions*
|
|
58
61
|
|
|
59
62
|
### Template Send Test
|
|
60
63
|

|
|
@@ -494,7 +497,7 @@ await strapi.plugin('magic-mail').service('email-router').send({
|
|
|
494
497
|
// ✅ Automatically routes via SendGrid (based on category)
|
|
495
498
|
```
|
|
496
499
|
|
|
497
|
-
### 🔄 Template Versioning
|
|
500
|
+
### 🔄 Template Versioning
|
|
498
501
|
|
|
499
502
|
Every time you save a template, a new version is created automatically:
|
|
500
503
|
|
|
@@ -512,7 +515,7 @@ await strapi
|
|
|
512
515
|
.restoreVersion(templateId, versionId);
|
|
513
516
|
```
|
|
514
517
|
|
|
515
|
-
### 📦 Import/Export Templates
|
|
518
|
+
### 📦 Import/Export Templates
|
|
516
519
|
|
|
517
520
|
**Export all templates:**
|
|
518
521
|
|
package/package.json
CHANGED