feat: prepare email client usage

This commit is contained in:
Sandro Eiler 2024-02-21 11:18:44 +01:00
parent eecab50b55
commit 13db7853bd
12 changed files with 150 additions and 208 deletions

View file

@ -1,6 +1,6 @@
use validator::validate_email;
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct SubscriberEmail(String);
impl SubscriberEmail {