jljordan42 / indy-email-verification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HL Indy Email Verification Service

Running

Make sure Docker is installed and running.

Install [ngrok.

  1. Run ngrok http 10000

  2. Copy the https url it generates for you (must be https)

  3. Edit line 13 of docker/docker-compose.yml and change the link to the ngrok link you copied.

  4. In the docker directory run;

    1. manage build and manage up. Refer to manage -h for additional usage information.

Then visit http://localhost:8080 to see the app running and visit http://localhost:8050 to see any outbound mail the app is sending (it won't actually send any email message in the development environment.)

About

License:Apache License 2.0


Languages

Language:HTML 43.2%Language:Python 30.6%Language:Shell 19.0%Language:Groovy 6.4%Language:CSS 0.4%Language:JavaScript 0.3%Language:Dockerfile 0.2%