sova-mail 0.1.2

Outbound email for Sova (lettre SMTP / fake / file)
Documentation
[![crates.io](https://img.shields.io/crates/v/sova-mail?style=for-the-badge)](https://crates.io/crates/sova-mail)
[![downloads](https://img.shields.io/crates/d/sova-mail?style=for-the-badge)](https://crates.io/crates/sova-mail)
[![docs.rs](https://img.shields.io/docsrs/sova-mail?style=for-the-badge)](https://docs.rs/sova-mail)
[![License](https://img.shields.io/crates/l/sova-mail?style=for-the-badge)](https://github.com/s00d/sova/blob/master/LICENSE)
[![Donate](https://img.shields.io/badge/Donate-Donationalerts-ff4081?style=for-the-badge)](https://www.donationalerts.com/r/s00d88)

# sova-mail

Outbound email for Sova (lettre SMTP / fake / file).

Part of [Sova](https://crates.io/crates/sova) — Express-like HTTP for Rust.

**Guide:** [https://s00d.github.io/sova/plugins/mail](https://s00d.github.io/sova/plugins/mail)  
**API:** [https://docs.rs/sova-mail](https://docs.rs/sova-mail)

## Install

Via the facade (recommended):

```bash
cargo add sova --features mail
```

Or direct:

```bash
cargo add sova-mail
```

## License

MIT — see [LICENSE](LICENSE).