emailjs : send text/html emails and attachments (files, streams and strings) from node.js to any smtp server. You can installing emailjs npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install emailjs $ sudo npm install -g emailjs
If want to update the emailjs package execute the command as below,
$ sudo npm update emailjs
Update package globally,
$ npm install -g emailjs
$ sudo git clone https://github.com/rektide/emailjs.git
$ sudo npm install -g ./emailjs
emailjs@1.0.12 /usr/lib/node_modules/emailjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall emailjs
Package Name | emailjs |
Version | 1.0.12 |
Description | send text/html emails and attachments (files, streams and strings) from node.js to any smtp server |
Released Date | 2017-08-24T16:11:33.759Z |
Published by | eleith |
How to Learn | https://www.npmjs.com/package/emailjs/tutorial |