node-red-contrib-sendmail

1.0.11 • Public • Published

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:

image of example flow

Install

$ npm install node-red-contrib-sendmail

Usage

Input

msg. type description
payload string the body of the email.
topic string the subject of the email.
from string sender address for the email.
to string destination address for the email.

Parameters

config type description
from string sender address for the email.
to string destination address for the email.

Example Flow

example flow

Author

Mathias Schäffler

License

LGPL-2.1

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i node-red-contrib-sendmail

      Weekly Downloads

      3

      Version

      1.0.11

      License

      LGPL-2.1

      Unpacked Size

      38.6 kB

      Total Files

      7

      Last publish

      Collaborators

      • mschaeffler