Crates.io | samotop-delivery |
lib.rs | samotop-delivery |
version | 0.13.1 |
source | src |
created_at | 2020-10-28 08:25:54.554148 |
updated_at | 2022-01-30 00:12:27.793359 |
description | Set of transports to deliver mail to, notably to SMTP/LMTP, but also maildir... |
homepage | https://gitlab.com/BrightOpen/Samotop/-/tree/develop/samotop-delivery |
repository | https://gitlab.com/BrightOpen/Samotop/ |
max_upload_size | |
id | 306268 |
size | 199,704 |
samotop-delivery is a set of transports to deliver mail to, notably to SMTP/LMTP, but also maildir... It is used in Samotop as a dispatch solution for incoming mail, but you can use it to send mail, too.
LMTP on Unix socket enables wide range of local delivery integrations, dovecot or postfix for instance. Some mail delivery programs speak LMTP, too.
This is a fork of async-smtp from the awesome delta.chat project.