node-email-sending 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  This is a Npm full package to send email in nodejs Through like Nodemailer , but you did not need
2
2
  to code multi line just follow the steps
3
3
 
4
- 1. RUN npm install node-email-sending
5
- 2. require node-email-sending = ('node-email-sending');
4
+ 1.** RUN npm install node-email-sending**
5
+ 2. **require node-email-sending = ('node-email-sending');**
6
6
  3. Need to send params and all the values require to send like
7
7
 
8
8
  4. let data ={
@@ -19,7 +19,7 @@ to code multi line just follow the steps
19
19
 
20
20
  and when you are going to call this package pass this data in the function like
21
21
 
22
- 5. node-email-sending(data);
22
+ 5.** node-email-sending(data);**
23
23
 
24
24
 
25
25
  Happy Coding !!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-email-sending",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "This package is complete pack to send email in nodejs through nodemailer",
5
5
  "main": "index.js",
6
6
  "scripts": {