Search

Lib.rs

› Email
#smtp #queue

smtp-queue

Queue for SMTP messages using smol

by Léo Gaspard and 2 contributors

  • Install
  • API reference
  • GitHub repo (ekleog)
  • Home (github.io)

1 unstable release

0.1.0 Oct 9, 2022

#639 in Email

MIT/Apache

155KB
3.5K SLoC

kannader

Kannader is a SMTP server designed from the ground up with the intention of being both highly configurable and secure-by-default.

This crate is part of the ecosystem of crates developed to support it. It is still possible to use it for other use cases, but the one it was designed for is kannader.

Documentation

  • User documentation
  • Developer documentation

Community

IRC

Join #kannader on libera.chat

Here are a few ways to do this:

  • Join #kannader:libera.chat from Matrix, eg. using the online client, or
  • Use a temporary online client.

Licensing

In this repository, there is code that can be governed by one or more of the MIT, Apache 2.0 and AGPLv3 licenses. Overall, the idea is that library crates are dual-licensed under the MIT and Apache 2.0 licenses, and that the binaries as well as configuration code are licensed under the AGPLv3 licenses.

You can know which license applies to a particular piece of code by looking at what its corresponding Cargo.toml file specifies. If no corresponding Cargo.toml file can be found, then the license is AGPLv3.

If the AGPLv3 license is a problem for you or your business, feel free to contact us and there will most certainly be a way to work this through.

Dependencies

~12–27MB
~355K SLoC

  • async-trait
  • chrono+serde
  • futures
  • serde+derive
  • smol 1.2
  • smtp-message+serde
  • smtp-queue-types
Related: smtp-client, smtp-message, smtp-queue-types, smtp-server, smtp-server-types
See also: mail-send, lettre, himalaya, async-smtp, check-if-email-exists, stalwart, cloudillo-email, bltz, rusmes-loadtest, smtp-proto, mailin

Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski. It contains data from multiple sources, including heuristics, and manually curated data. Content of this page is not necessarily endorsed by the authors of the crate. This site is not affiliated with nor endorsed by the Rust Project. If something is missing or incorrect, please file a bug.