Skip to content

omtim/disposable-email

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

disposable-email

Create and host your own disposable email account. Great for preventing SPAM when you signup for questionable websites. Inspiration from the very excellent mailinator.

Try the demo.

About

Dispoable Email uses SendGrid's Inbound Parse Webhook & Runscope's RequestBin to quickly standup your own personal disposable email.

It's easy to setup and use. You just need Go.

Usage

git clone https://github.com/scottmotte/disposable-email.git
cd disposable-email
go get
go run app.go

Visit http://localhost:3000

That's it. You're done!

Deploy to Heroku

git clone https://github.com/scottmotte/disposable-email.git
cd disposable-email
heroku create -b https://github.com/kr/heroku-buildpack-go.git 
git push heroku master
heroku open

That's it. You're done!

About

Your own personal and hostable mailinator - using SendGrid's Inbound Webhook and Requestb.in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%