1.0.33 • Published 1 year ago

w-email v1.0.33

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year 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 year ago

1.0.32

1 year ago

1.0.31

1 year ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.30

2 years ago

1.0.26

3 years ago

1.0.27

3 years ago

1.0.25

3 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago