Crates.io | edgemail |
lib.rs | edgemail |
version | 0.2.3 |
source | src |
created_at | 2023-04-19 09:09:53.340208 |
updated_at | 2023-04-19 10:06:52.800171 |
description | Temporary e-mail server |
homepage | |
repository | https://github.com/psarna/edgemail |
max_upload_size | |
id | 843359 |
size | 65,151 |
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.
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.