mhowlett / email-collect

email collection util in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small service for collecting email addresses, built using rust.

To build the docker file:

docker build -t landing:1 .

To run the service:

docker-up.sh

the body of requests POSTed to port 7979 will be appended to /data/emails.txt

About

email collection util in rust


Languages

Language:Rust 56.7%Language:Shell 27.9%Language:Dockerfile 15.4%