MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more.
Use cargo to add the MailSlurp crate to your project:
bash
cargo add mailslurp
Or edit your Cargo.toml:
toml
[dependencies]
mailslurp = "11.6.8"