feat(ses_email): add email services to hyperswitch (#2977)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
This commit is contained in:
Narayan Bhat
2023-11-29 16:12:12 +05:30
committed by GitHub
parent 37ab392488
commit 5f5e895f63
18 changed files with 1861 additions and 97 deletions

View File

@ -6,6 +6,9 @@ pub mod encryption;
pub mod jwt;
pub mod logger;
#[cfg(feature = "email")]
pub mod email;
#[cfg(feature = "kms")]
use data_models::errors::StorageError;
use data_models::errors::StorageResult;