1.0.33 • Published 1 month ago

w-email v1.0.33

Weekly downloads
2
License
MIT
Repository
github
Last release
1 month ago

w-email

A wrapper nodemailer for email.

language npm version license gzip file size npm download npm download jsdelivr download

Documentation

To view documentation or get support, visit docs.

Installation

Using npm(ES6 module):

Note: w-email is mainly dependent on nodemailer.

npm i w-email

Example:

Link: [dev source code]

import WEmail from 'w-email'

//opt let opt = { srcName: 'test name', srcEmail: 'your email', srcPW: 'your password', emTitle: 'test title', emContent: 'test head'+'test content', toEmails: 'to email', //toEmailsCC: 'to email', //toEmailsBCC: 'to email', emAttachments: { filename: 'your filename', path: 'your filepath' } }

//WEmail new WEmail(opt) .then((msg)=>{ console.log('then',msg) }) .catch((err)=>{ console.log('catch',err) })

1.0.33

1 month ago

1.0.32

2 months ago

1.0.31

2 months ago

1.0.29

1 year ago

1.0.28

1 year ago

1.0.30

1 year ago

1.0.26

2 years ago

1.0.27

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

3 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago