pub async fn send_confirmation_email( mail_client: Data<MailjetClient>, confirmation_link: &str, recipient: &str, ) -> Result<(), ServerError>