feat: prepare email client usage
This commit is contained in:
parent
eecab50b55
commit
13db7853bd
12 changed files with 150 additions and 208 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use validator::validate_email;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct SubscriberEmail(String);
|
||||
|
||||
impl SubscriberEmail {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue