Skip to content

rvaidun/svmailbackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svmailbackend

This is a simple backend for a web extension that allows users to see when their emails are opened by the recepient. The backend also uses gmail API to schedule sending emails at a later time.

The backend is written in Go and uses the default net/http package to handle requests. The backend uses a Postgres database to store user data and email data.

Debugging

go run main.go

Building

  • Build the binary go build -o svmail
  • Build the binary for linux GOOS=linux GOARCH=amd64 go build -o svmail-linux

About

Backend for Mail helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published