3 releases

0.2.3 Apr 19, 2023
0.2.2 Apr 19, 2023
0.2.1 Apr 19, 2023

#7 in #spam

Download history 1/week @ 2024-02-20 3/week @ 2024-02-27 1/week @ 2024-03-05 12/week @ 2024-03-12 9/week @ 2024-03-26 43/week @ 2024-04-02

52 downloads per month

MIT/Apache

26KB
677 lines

edgemail

A professional, production-grade SMTP server! No it's not. This demo project implements a very simple temporary e-mail, capable of receiving e-mails and storing them in libSQL (locally), sqld, or Turso.

Example deployment: https://sorry.idont.date/

In order to get it to work, run it on a machine with public IP, port 25 exposed, and add all appropriate DNS entries - an MX entry and its corresponding A entry that points to the IP address where edgemail is deployed.

client

edgemail has a client you can run as a static webpage. Find all the files in client/ directory. The only thing that needs to be changed is the database URL and the readonly_token used to authenticate for read-only access.

Dependencies

~29–43MB
~727K SLoC