feat(email): integrate email service using AWS SES (#1158)

This commit is contained in:
Chethan Rao
2023-05-17 15:12:32 +05:30
committed by GitHub
parent ea98145318
commit 07e0fcbe06
9 changed files with 226 additions and 33 deletions

View File

@ -3,6 +3,9 @@
#![forbid(unsafe_code)]
#![warn(missing_docs, missing_debug_implementations)]
#[cfg(feature = "email")]
pub mod email;
#[cfg(feature = "kms")]
pub mod kms;