mailcub 2.0.11 → 2.0.12
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#Mailcub — Node.js SDK to send transactional emails and newsletters from your own domain using the MailCub email API.
|
|
1
|
+
# Mailcub — Node.js SDK to send transactional emails and newsletters from your own domain using the MailCub email API.
|
|
2
2
|
|
|
3
3
|
**Mailcub** is a lightweight Node.js package for sending HTML or plain‑text emails and attachments from your own domain via the MailCub email API. It’s built for transactional emails, app notifications, and simple newsletters without managing SMTP servers yourself.
|
|
4
4
|
|
package/package.json
CHANGED