{"library":"sendmail","type":"library","category":null,"description":"The `sendmail` package for Node.js provides a direct method for sending emails without relying on an external SMTP server. Instead, it resolves MX records for recipient domains and attempts to deliver mail directly. The current stable version is 1.6.1, though development appears to have ceased, with the last significant update converting to ES2015 in version 1.2.0. This library uses `mailcomposer` internally to handle email formatting, supporting HTML content, attachments, and DKIM signing. It also features a development mode for local testing without sending actual emails. Its primary differentiator is the direct delivery approach, contrasting with libraries that typically require SMTP relay configuration, making it suitable for specific application architectures or testing scenarios where a full SMTP setup is not desired.","language":"javascript","status":"abandoned","version":"1.6.1","tags":["javascript","email sender","send mail","sendmail","node sendmail","no smtp","without server","without smtp server","dev mode"],"install":[{"cmd":"npm install sendmail","imports":["const sendmail = require('sendmail')();","const sendmail = require('sendmail')({ silent: true });","import sendmailFactory from 'sendmail';\nconst sendmail = sendmailFactory();"]},{"cmd":"yarn add sendmail","imports":[]},{"cmd":"pnpm add sendmail","imports":[]}],"homepage":null,"github":"https://github.com/guileen/node-sendmail","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/sendmail","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/sendmail/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}