Initial commit after extraction
This commit is contained in:
commit
80ba54e4ef
43 changed files with 3865 additions and 0 deletions
9
src/emails/mod.rs
Normal file
9
src/emails/mod.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// 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};
|
||||
Reference in a new issue