node-red-contrib-mailin-smtp

SMTP server for Node-Red to respond to received emails without polling

Usage no npm install needed!

<script type="module">
  import nodeRedContribMailinSmtp from 'https://cdn.skypack.dev/node-red-contrib-mailin-smtp';
</script>

README

node-red-contrib-mailinSMTP

SMTP server for Node-Red to respond to received emails

This is a simple wrapper for mailin.io. You can configure a port but for this to work in the real world the port must be 25 (other ports could be used locally for testing).

A correct MX record should be setup on a domain and pointed at the server where node is running to receive emails.

Emails will be lost and not stored anywhere so I suggest that only copies of emails are forwarded to this server.

Install

npm install node-red-contrib-mailin-smtp