quick-mail
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -1,3 +0,2 @@ | ||
import fetch from 'node-fetch'; | ||
const fetch = require('node-fetch'); | ||
async function sendEmail({ from, to, subject, text, password, html }) { | ||
@@ -4,0 +3,0 @@ const data = { from, to, subject, text, password, html }; |
{ | ||
"name": "quick-mail", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"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", |
6808