1.0.11 • Published 4 months ago

node-red-contrib-sendmail v1.0.11

Weekly downloads
-
License
LGPL-2.1
Repository
github
Last release
4 months ago

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.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

1.0.11

4 months ago

1.0.10

5 months ago

1.0.9

6 months ago

1.0.8

8 months ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago