Source: node-pixl-mail Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-nodemailer , node-pixl-tools , Standards-Version: 4.7.4 Homepage: https://github.com/jhuckaby/pixl-mail Vcs-Git: https://salsa.debian.org/js-team/node-pixl-mail.git Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-mail Package: node-pixl-mail Architecture: all Depends: node-nodemailer, node-pixl-tools, ${misc:Depends}, Description: very simple class for sending e-mail via SMTP or local sendmail This module provides a very simple e-mail sender, which leans heavily on the awesome nodemailer package. It layers on the ability to pass in a complete e-mail message with headers and body in one string (or file), and optionally perform placeholder substitution using sub() from the pixl-tools package. Auto-detects HTML or plain text e-mail body, and supports custom headers and attachments as well. . Node.js is an event-based server-side JavaScript engine.