Skip to content

minhajuddin/httptoemail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP to Email
=============

  - Provide a url like httptoemail.minhajuddin.com/:sha512hash which will then send an email to
    the registered email id when a post is made

  - To start run `PGURL='postgres://username:password@localhost:5432/dbname' ./httptoemail`

  - To create the tables run:
      
      CREATE TABLE users(id VARCHAR(128) PRIMARY KEY, email VARCHAR(100), active BOOLEAN)

About

A go webapp which sends you an email on an http post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages