strapi-plugin-magic-mail 1.0.1 → 1.0.4
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/LICENSE +6 -0
- package/README.md +42 -8
- package/admin/src/pages/EmailDesigner/EditorPage.jsx +2 -2
- package/dist/_chunks/{App-BymMjoGM.mjs → App-DqArrXrm.mjs} +1 -1
- package/dist/_chunks/{App-B-Gp4Vbr.js → App-kROs3WSy.js} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/dist/server/index.js +1 -1
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/pics/EmailAccountDashboard.png +0 -0
- package/pics/Emailaddccount1.png +0 -0
- package/pics/RoutingEmailTemplates.png +0 -0
- package/pics/Templates.png +0 -0
- package/pics/codesnippet.png +0 -0
- package/pics/emailAnalytics.png +0 -0
- package/pics/emailDesigner.png +0 -0
- package/pics/emailTemplateSendTest.png +0 -0
- package/pics/emailVersionHistory.png +0 -0
- package/pics/emailaddaccount2.png +0 -0
- package/pics/emailaddaccount3.png +0 -0
package/LICENSE
CHANGED
|
@@ -12,6 +12,12 @@ furnished to do so, subject to the following conditions:
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
+
**ADDITIONAL CONDITION:**
|
|
16
|
+
The license validation system (including but not limited to license-guard.js,
|
|
17
|
+
license controller, and related API endpoints) must remain intact and functional.
|
|
18
|
+
Removing, bypassing, or disabling the license validation system is strictly
|
|
19
|
+
prohibited.
|
|
20
|
+
|
|
15
21
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
22
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
23
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
package/README.md
CHANGED
|
@@ -27,16 +27,48 @@
|
|
|
27
27
|
## 📸 Screenshots
|
|
28
28
|
|
|
29
29
|
### Email Accounts Dashboard
|
|
30
|
-

|
|
31
31
|
*Manage unlimited email accounts with live stats and real-time monitoring*
|
|
32
32
|
|
|
33
|
-
###
|
|
34
|
-

|
|
35
|
+
*Choose from 6 different email providers with OAuth 2.0 support*
|
|
36
|
+
|
|
37
|
+
### Add Email Account - Step 2
|
|
38
|
+

|
|
39
|
+
*Configure SMTP settings or connect with OAuth*
|
|
40
|
+
|
|
41
|
+
### Add Email Account - Step 3
|
|
42
|
+

|
|
43
|
+
*Complete setup with rate limits and test connection*
|
|
44
|
+
|
|
45
|
+
### Email Templates
|
|
46
|
+

|
|
47
|
+
*Create and manage email templates with the visual designer*
|
|
48
|
+
|
|
49
|
+
### Email Designer
|
|
50
|
+

|
|
51
|
+
*Drag-and-drop email editor with real-time preview*
|
|
52
|
+
|
|
53
|
+
### Template Version History
|
|
54
|
+

|
|
55
|
+
*Track changes and restore previous template versions (ADVANCED+)*
|
|
56
|
+
|
|
57
|
+
### Template Send Test
|
|
58
|
+

|
|
59
|
+
*Test your templates before sending to production*
|
|
60
|
+
|
|
61
|
+
### Routing Rules & Templates
|
|
62
|
+

|
|
35
63
|
*Define intelligent routing rules based on email type, recipient, subject*
|
|
36
64
|
|
|
37
|
-
###
|
|
38
|
-

|
|
67
|
+
*Track email performance with detailed analytics and statistics*
|
|
68
|
+
|
|
69
|
+
### Code Integration
|
|
70
|
+

|
|
71
|
+
*Simple API integration with your Strapi application*
|
|
40
72
|
|
|
41
73
|
---
|
|
42
74
|
|
|
@@ -1376,6 +1408,9 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
|
1376
1408
|
|
|
1377
1409
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1378
1410
|
|
|
1411
|
+
**ADDITIONAL CONDITION:**
|
|
1412
|
+
The license validation system (including but not limited to license-guard.js, license controller, and related API endpoints) must remain intact and functional. Removing, bypassing, or disabling the license validation system is strictly prohibited.
|
|
1413
|
+
|
|
1379
1414
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1380
1415
|
|
|
1381
1416
|
---
|
|
@@ -1401,7 +1436,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
1401
1436
|
- 📖 [Documentation](https://github.com/Schero94/MagicMail#readme)
|
|
1402
1437
|
- 🐛 [Report Issues](https://github.com/Schero94/MagicMail/issues)
|
|
1403
1438
|
- 💡 [Feature Requests](https://github.com/Schero94/MagicMail/discussions)
|
|
1404
|
-
|
|
1439
|
+
|
|
1405
1440
|
|
|
1406
1441
|
---
|
|
1407
1442
|
|
|
@@ -1411,7 +1446,6 @@ If MagicMail helps your project, please:
|
|
|
1411
1446
|
- ⭐ Star the repo on [GitHub](https://github.com/Schero94/MagicMail)
|
|
1412
1447
|
- 📢 Share with your team
|
|
1413
1448
|
- 🐦 Tweet about it
|
|
1414
|
-
- ☕ [Buy me a coffee](https://www.buymeacoffee.com/schero)
|
|
1415
1449
|
|
|
1416
1450
|
---
|
|
1417
1451
|
|
|
@@ -108,9 +108,9 @@ const STANDARD_EMAIL_TEMPLATE = {
|
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
// Dynamic import for Email Editor (500KB)
|
|
111
|
-
const EmailEditor = lazy(() =>
|
|
111
|
+
const EmailEditor = lazy(() =>
|
|
112
112
|
import('react-email-editor').then((module) => ({
|
|
113
|
-
default: module.EmailEditor,
|
|
113
|
+
default: module.default || module.EmailEditor || module,
|
|
114
114
|
}))
|
|
115
115
|
);
|
|
116
116
|
|
|
@@ -5397,7 +5397,7 @@ const STANDARD_EMAIL_TEMPLATE = {
|
|
|
5397
5397
|
};
|
|
5398
5398
|
const EmailEditor = lazy(
|
|
5399
5399
|
() => import("react-email-editor").then((module) => ({
|
|
5400
|
-
default: module.EmailEditor
|
|
5400
|
+
default: module.default || module.EmailEditor || module
|
|
5401
5401
|
}))
|
|
5402
5402
|
);
|
|
5403
5403
|
const Container$1 = styled.div`
|
|
@@ -5424,7 +5424,7 @@ const STANDARD_EMAIL_TEMPLATE = {
|
|
|
5424
5424
|
};
|
|
5425
5425
|
const EmailEditor = React.lazy(
|
|
5426
5426
|
() => import("react-email-editor").then((module2) => ({
|
|
5427
|
-
default: module2.EmailEditor
|
|
5427
|
+
default: module2.default || module2.EmailEditor || module2
|
|
5428
5428
|
}))
|
|
5429
5429
|
);
|
|
5430
5430
|
const Container$1 = styled__default.default.div`
|
package/dist/admin/index.js
CHANGED
|
@@ -25,7 +25,7 @@ const index = {
|
|
|
25
25
|
id: `${pluginId}.plugin.name`,
|
|
26
26
|
defaultMessage: "MagicMail"
|
|
27
27
|
},
|
|
28
|
-
Component: () => Promise.resolve().then(() => require("../_chunks/App-
|
|
28
|
+
Component: () => Promise.resolve().then(() => require("../_chunks/App-kROs3WSy.js"))
|
|
29
29
|
});
|
|
30
30
|
app.createSettingSection(
|
|
31
31
|
{
|
package/dist/admin/index.mjs
CHANGED
package/dist/server/index.js
CHANGED
package/dist/server/index.mjs
CHANGED
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|