This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
jelly/src/emails/mod.rs

9 lines
210 B
Rust

// emails/mod.rs
//
// A module for dealing with emails - e.g, templates, etc.
//
// @author Ryan McGrath <ryan@rymc.io>
// @created 06/18/2018
pub mod postmark;
pub use self::postmark::{Postmark, Email};