#smtp #email #sendgrid #send-receive #command-line-tool #cli

app lori

一个从SMTP接收电子邮件并将其发送到SendGrid的命令行工具

3个版本 (破坏性)

0.3.0 2023年8月21日
0.2.0 2023年8月21日
0.1.0 2023年8月21日

#3 in #sendgrid

Apache-2.0

23KB
84

lori

Code Size Repo Size Docs Language Count Commit Intervals Last Release GitHub Stars GitHub Release Downloads Cargo Crate Crate Download Docker pulls Docker Image License Lines of Code

目录 DocToc生成

简介

这是一个简单的SMTP服务器,它接收邮件并将其发送到SendGrid。

改进版本可能包括不同的传入协议和不同的传出集成。

请注意,SendGrid已经支持从SMTP接收消息,但在编写此应用程序之前,我没有找到它。

通过SMTP向SendGrid发送电子邮件的格式如下

smtps://apikey:[email protected]:465/

如何安装它?

使用cargo

cargo install lori

下载编译的二进制文件

您可以从发布页面下载适用于您平台的最新版本。

Docker

docker run -p 2525:2525 -e SENDGRID_API_KEY=your-api-key meysam81/lori

如何使用它?

export SENDGRID_API_KEY=your-api-key
lori  # listening on localhost:2525

待办事项

  • 处理第一封电子邮件后,Docker镜像会停止!

依赖关系

~14–32MB
~481K SLoC