In this latest release I have incorporated my first community pull. A big thank you to Vijay Samtani for adding the sendMailItem. This new addition allows you to create a message to multiple recipients and with zero to many attachments.
Here is a link to the repository: https://github.com/davecra/easyEWS
You can references it in your code:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="node_modules/easyews/easyews.min.js"></script> |
And you can allow pull it down from NPM:
npm install easyEws