项目作者: shang-demo

项目描述 :
利用 Haraka 搭建简易临时邮箱
高级语言:
项目地址: git://github.com/shang-demo/temp-mail.git
创建时间: 2018-02-05T10:44:07Z
项目社区:https://github.com/shang-demo/temp-mail

开源协议:

下载


temp-mail

在线示例

https://test.tempemail.top/

分支haraka-config

Haraka的最简单可运行的配置, 详细内容看文章 haraka收发邮件初级教程

分支temp-mail-backend

简易后端, 用于与 Haraka 通信, 以及前端界面接口

分支temp-mail-frontend

简易前端, 用于 显示/接收/发送邮件

git submodule 添加方式

  1. git submodule add -b [branch] [git remote url] [local dir name]

git submodule 更新

  1. git submodule update --remote

clone 本项目到本地

  1. git clone git@github.com:shang-demo/temp-mail.git --recursive