nodemailer-build-attachment

3.0.0 • Public • Published

nodemailer-build-attachment

Build Status Coverage Status Dependency Status devDependencies Status npm version npm Known Vulnerabilities Codacy Badge

Build and stream attachment's content. Based on Andris Reinman's work in buildmail.

Install

npm install nodemailer-build-attachment

Example

'use strict';

const BuildAttachment = require('nodemailer-build-attachment');
const fs = require('fs');
const stream = fs.createReadStream('path/to/file.txt');
const options = {
    contentTransferEncoding: 'base64'
};

new BuildAttachment(options).setContent(stream).build((err, attachment) => {
    console.log(attachment.content.toString()); // base64 encoded string
});

Licence

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.0
    5,845
    • latest

Version History

Package Sidebar

Install

npm i nodemailer-build-attachment

Weekly Downloads

7,055

Version

3.0.0

License

MIT

Unpacked Size

11.9 kB

Total Files

6

Last publish

Collaborators

  • alexey