Skip to content

fullhouse-lab/wirenboard-module-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email manager

Preparation

Please connect your device to the internet

We will use [email protected] as source email address, so will edit some files

Edit file /etc/ssmtp/ssmtp.conf

[email protected]
mailhub=smtp.gmail.com:587
hostname=smtp.gmail.com:587
UseSTARTTLS=YES
[email protected]
AuthPass=Password1234
FromLineOverride=YES

Edit file /etc/ssmtp/revaliases

root:[email protected]:smtp.gmail.com:587

Install NodeJS, if it is not yet

curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y nodejs git make g++ gcc build-essential

Install

To install this packet use wirenboard-module command. Install it if necessary

npm i -g wirenboard-module

Add email module and rule

wirenboard-module email

Best regards

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published