node-red-contrib-sendmail
v1.0.12
Published
send emails with help of a local senmdmail command.
Downloads
102
Maintainers
Readme
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
:
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
Author
License
LGPL-2.1