矩阵电子邮件桥
Matrix 的一流电子邮件桥。
用法:
注册node app.js -r -u "http://localhost:8090" # remember to add the registration!
运行网桥node app.js -p 9000
码头工人
包含一个 Dockerfile。 要使用它:
# To build a docker image
docker build . -t matrix-appservice-email
# Create a new config file
mkdir data
cp config/config.yaml data/config.yaml
# ...and edit that file.
# Generate a registation file
docker run --rm -v $PWD /data:/conf
1