24 days of Rust – lettre

lettre is a library to send emails over
SMTP from our Rust applications. Like many other crates in the growing,
but still young Rust ecosystem, it is still a work in progress. But while
there are a few features missing from lettre, we can send some emails…

Similar