- Have SMTP email account and address
- Have frontend or tool to POST data to URL hooks
npm install
npm start
- Make sur
ORIGIN
env varialbe corresponds to you domain (and port if needed)
- Build:
docker build -t emailserver .
- Run:
docker run -p3000:3000 emailserver