Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

quick-mail

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick-mail - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "quick-mail",
"version": "1.0.3",
"version": "1.0.4",
"description": "quick-mail is a powerful and flexible email automation library designed for Javascript applications. It enables developers to easily send bulk emails with variant subjects and content using different or customized HTML templates. This library simplifies the process of managing and automating email campaigns, making it ideal for marketing, notifications, and other automated email tasks.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,3 +9,3 @@ # quick-mail

````bash
```bash
npm install quick-mail

@@ -15,5 +15,4 @@

```bash
yarn add quick-mail
````
```

@@ -24,2 +23,4 @@ ## Usage

```bash
const quickMail = require("quick-mail");

@@ -33,3 +34,3 @@

password: "your-email-password",
html: ` <!DOCTYPE html>
html: ` <!DOCTYPE html>
<html>

@@ -60,4 +61,3 @@ <head>

</body>
</html>
`
</html>`
}).then(response => {

@@ -68,1 +68,3 @@ console.log('Email sent:', response);

});
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc