Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

anduintransaction/raven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raven - A simple fake mail server

Features

  • SMTP Server
  • Mailgun-compatible API (for send message only)
  • Dashboard to view captured emails

Install

Download latest release from release page

How to run

Docker

  • docker run -e POSTGRES_HOST=local -e POSTGRES_USER=your-username -e POSTGRES_PASSWORD=your-password -e POSTGRES_DB=your-db anduin/raven:1.0.0