New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-red-contrib-sendmail

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-sendmail

send emails with help of a local senmdmail command.

latest
Source
npmnpm
Version
1.0.12
Version published
Maintainers
0
Created
Source

sendmail

A simple node that sends an email via the local /usr/bin/mail command.

On a normal host without any mail server functionality, I recomment to use nullmailer in combination with mailx:

  • Homepage
  • Debian Wiki
  • ArchLinux Wiki

image of example flow

Install

$ npm install node-red-contrib-sendmail

Usage

Input

msg.typedescription
payloadstringthe body of the email.
topicstringthe subject of the email.
fromstringsender address for the email.
tostringdestination address for the email.

Parameters

configtypedescription
fromstringsender address for the email.
tostringdestination address for the email.

Example Flow

example flow

Author

Mathias Schäffler

License

LGPL-2.1

Keywords

node-red

FAQs

Package last updated on 04 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts