armature-mail 0.1.1

Email sending with SMTP, templates, and provider integrations for Armature
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Tera template engine integration for email templates
//!
//! This module provides Tera-based email templating capabilities.
//!
//! # Features
//!
//! This module requires the `tera` feature to be enabled:
//!
//! ```toml
//! [dependencies]
//! armature-mail = { version = "0.1", features = ["tera"] }
//! ```

// TODO: Implement Tera template engine for emails
// This is a placeholder for future Tera integration