# node-sendmail-mapi **Repository Path**: yinxufeng/node-sendmail-mapi ## Basic Information - **Project Name**: node-sendmail-mapi - **Description**: sendmail use an e-mail client - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-05-06 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #node-sendmail-mapi This C++ Addon module works with Node.js v0.10.x or v0.12.x and also in io.js v1.1.0+. Sendmail use an e-mail client like `mailto:` But `mailto:` dose not support send attachments.So this addon use [MAPI](http://en.wikipedia.org/wiki/Messaging_Application_Programming_Interface). # Usage **Note:** the module must be installedbefore use. ``` js require ("node-sendmail-mapi").sendmail("yinxf@handycreate.com;yinxufeng503@126.com", "subject", "body", "C:\\a.txt;a.txt"); ```