自建临时邮箱,一分钟快速使用

chenxi 发布于 2024-01-22 988 次阅读


简单的临时邮箱系统,从头到尾2步骤搞定!

准备前提

  1. 云服务器
  2. 将25、3000端口开放(不懂就全部开放)

使用截图

自建临时邮箱,一分钟快速使用-WordPress极简博客

教程开始

一、安装NPM

#Debian/Ubuntu系统curl-sL https://deb.nodesource.com/setup_10.x | bash -apt-getinstall -y nodejs git screen#Centos系统curl-sL https://rpm.nodesource.com/setup_10.x | bash -yuminstall nodejs git screen -y

二、安装Forsaken Mail

gitclone https://github.com/denghongcai/forsaken-mail.gitcdforsaken-mail#安装Forsaken Mailnpminstall#后台运行Forsaken Mailscreen-S forsakenmailnpmstart

然后打开http//example.com:3000就可以查看Forsaken Mail邮箱界面了,如果你打不开界面,可能还需要开启防火墙端口。

注意,如果上面什么都不懂,直接复制粘贴代码,对应的操作系统的代码就行了

此作者没有提供个人介绍。
最后更新于 2024-01-16