mailcub 2.0.7 → 2.0.8
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/README.md +1 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Mailcub Package Documentation
|
|
2
|
-
Version: 2.0.
|
|
2
|
+
Version: 2.0.8
|
|
3
3
|
|
|
4
4
|
## Introduction
|
|
5
5
|
Mailcub is an npm package that enables you to send emails using a simple and straightforward interface. It provides a function to send emails with the following features:
|
|
@@ -68,7 +68,4 @@ If you encounter any issues or have questions, please contact our support team a
|
|
|
68
68
|
## License
|
|
69
69
|
This package is distributed under the MIT License. See the LICENSE file for details.
|
|
70
70
|
|
|
71
|
-
## Keywords
|
|
72
|
-
mailcub, mailcub api, email, mail, newsletter
|
|
73
|
-
|
|
74
71
|
|
package/package.json
CHANGED