Skip to content
Daniel Müller edited this page Feb 11, 2021 · 4 revisions

How to setup MailPie

Currently there are two ways to setup MailPie:

  • DIY
  • Docker

DIY

You can either download the Code and run go build github.com/da-coda/mailpie . within the project root or just run go get github.com/da-coda/mailpie directly to download and install MailPie

Docker

MailPie is also available on Dockerhub. docker pull dacoda96/mailpie:latest OR docker pull dacoda96/mailpie:v0.2

Clone this wiki locally