Skip to content

denzelxrt/lasagna.email

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

A easy to use temporary email service

Try it out here: https://lasagna.email

Setup

Requirements:

Mailgun Account
Go

Step one: Clone the repository

git clone https://github.com/TheBaconPug/lasagna.email.git

Step two: Setup Mailgun

Create a new route

Set the expression type to "Match Recipient"
Set the recipient to .*@yourdomain
Turn on "Store and notify" and set the value to https://yourdomain/api/callback
Turn on "Stop"
Set the priority to 0

Step three: Edit the config

Set "port" to the port you're going to use
Set "domains" to your domain name(s)
Rename "config.example.json" to "config.json"

Step four: Start the site

Run go run . or go build && ./lasagnamail

About

A easy to use temporary email service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.9%
  • Go 31.1%