email-cg-lib
Advanced tools
Comparing version 1.0.4 to 1.0.6
@@ -26,3 +26,2 @@ let nodemailer = require('nodemailer'); | ||
port: properties.port, | ||
secure: properties.secure, | ||
auth: { | ||
@@ -29,0 +28,0 @@ user: properties.user, |
@@ -7,3 +7,2 @@ /** | ||
port:null, | ||
secure:null, | ||
user:null, | ||
@@ -10,0 +9,0 @@ pass:null, |
{ | ||
"name": "email-cg-lib", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "Email to send emails with basic information.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,3 +28,2 @@ [![N|Solid](https://cloudgensys.com/cg-demo/wp-content/uploads/2019/05/CG-Logo-01.png)](https://www.cloudgensys.com/) | ||
- port: String that contains the port number of the email server where the connection will be stablished, for example it could be 465 for G-Mail accounts. | ||
- secure: String that contains a boolean value (true or false) depending if the email server requires that the connection must be secure or not. | ||
- to: String that contains the email address or addresses that will receive the email. | ||
@@ -45,3 +44,2 @@ - user: String that contains the email account to have access to the mail server. | ||
"port":465, | ||
"secure":true, | ||
"user":"jhonsmith@gmail.com", | ||
@@ -69,3 +67,2 @@ "pass":"myPass", | ||
"port":465, | ||
"secure":true, | ||
"user":"jhonsmith@gmail.com", | ||
@@ -72,0 +69,0 @@ "pass":"wrongPassword", |
6517
6
80
84