quick-mail
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -11,4 +11,3 @@ const axios = require("axios"); | ||
} catch (error) { | ||
console.error(error); | ||
throw new Error("Error sending email: " + error.message); | ||
console.error('Error on sending mail'); | ||
} | ||
@@ -15,0 +14,0 @@ } |
{ | ||
"name": "quick-mail", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"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", |
5119
13