自建Forsaken-mail邮局
https://github.com/denghongcai/forsaken-mail
可以用npm
npm install && npm start
NPM安装参照 https://ednovas.xyz/2021/06/05/qqbot/#%E5%AE%89%E8%A3%85node-js
或者Docker
docker build -t denghongcai/forsaken-mail .
docker run --name forsaken-mail -d -p 25:25 -p 3000:3000 denghongcai/forsaken-mail
然后打开 http://localhost:3000 即可(可以自行反代)
#github #mail #邮局
https://github.com/denghongcai/forsaken-mail
可以用npm
npm install && npm start
NPM安装参照 https://ednovas.xyz/2021/06/05/qqbot/#%E5%AE%89%E8%A3%85node-js
或者Docker
docker build -t denghongcai/forsaken-mail .
docker run --name forsaken-mail -d -p 25:25 -p 3000:3000 denghongcai/forsaken-mail
然后打开 http://localhost:3000 即可(可以自行反代)
#github #mail #邮局