eatmail

Crates.ioeatmail
lib.rseatmail
version0.2.1
sourcesrc
created_at2023-03-09 16:03:07.378481
updated_at2023-04-14 09:39:17.374178
descriptionTemporary e-mail server
homepage
repositoryhttps://github.com/psarna/eatmail
max_upload_size
id805759
size45,822
Piotr Sarna (psarna)

documentation

README

eatmail

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 eatmail is deployed.

Commit count: 62

cargo fmt