3 个版本
0.2.3 | 2023 年 4 月 19 日 |
---|---|
0.2.2 | 2023 年 4 月 19 日 |
0.2.1 | 2023 年 4 月 19 日 |
#314 在 电子邮件
每月 30 次下载
26KB
677 行
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.
示例部署: 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 有一个可以作为静态网页运行的客户端。找到客户端/目录中的所有文件。需要更改的唯一东西是数据库 URL 和用于仅读访问的认证 readonly_token
。
依赖项
~30–45MB
~736K SLoC